Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project does not install with "go get" #1

Closed
ghost opened this issue Apr 14, 2012 · 2 comments
Closed

Project does not install with "go get" #1

ghost opened this issue Apr 14, 2012 · 2 comments

Comments

@ghost
Copy link

ghost commented Apr 14, 2012

  • web.go is now github.com/hoisie/web
  • go get does not understand relative paths used in the project.

$ 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"

@jmoiron
Copy link
Owner

jmoiron commented Jun 30, 2012

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.

@jmoiron
Copy link
Owner

jmoiron commented Jul 11, 2012

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.

@jmoiron jmoiron closed this as completed Jul 11, 2012
jmoiron added a commit that referenced this issue Jan 17, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant