You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dependencies are now fixed but the project layout still isn't go-get compatible. I'll get around to it eventually, but I need to learn more about how go get works with non-go files.
The project go-gets now, and installs a monet executable, which at this point only works if you have the templates in the CWD. I'm going to improve the runner to take some flags and use the templates installed via go get as the default template path, but it's cleanly get & installable now.
$ go get github.com/jmoiron/monet
package github.com/jmoiron/monet
imports github.com/hoisie/web.go
imports github.com/hoisie/web.go
imports github.com/hoisie/web.go: no Go source files in /Users/peter/mygo/src/github.com/hoisie/web.go
package github.com/jmoiron/monet
imports github.com/hoisie/web.go
imports monet/app: unrecognized import path "monet/app"
package github.com/jmoiron/monet
imports github.com/hoisie/web.go
imports monet/conf: unrecognized import path "monet/conf"
package github.com/jmoiron/monet
imports github.com/hoisie/web.go
imports monet/db: unrecognized import path "monet/db"
package github.com/jmoiron/monet
imports github.com/hoisie/web.go
imports monet/template: unrecognized import path "monet/template"
The text was updated successfully, but these errors were encountered: