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

12 - golang-test-web-app fails to find martini package #4

Closed
drnic opened this issue May 5, 2015 · 2 comments · Fixed by #9
Closed

12 - golang-test-web-app fails to find martini package #4

drnic opened this issue May 5, 2015 · 2 comments · Fixed by #9

Comments

@drnic
Copy link
Contributor

drnic commented May 5, 2015

golang-test-web-app
main.go:7:2: cannot find package "github.com/go-martini/martini" in any of:
    /usr/src/go/src/github.com/go-martini/martini (from $GOROOT)
    /go/src/github.com/go-martini/martini (from $GOPATH)
@benmoss
Copy link
Contributor

benmoss commented May 7, 2015

I forked the go app and created this script which sets the GOPATH to the Godeps directory before running go test: https://github.com/benmoss/simple-go-web-app/blob/master/test

That sound reasonable to you?

@drnic
Copy link
Contributor Author

drnic commented May 7, 2015

Sounds perfect; thanks! PR away.

On Wed, May 6, 2015 at 5:37 PM, Ben Moss notifications@github.com wrote:

I forked the go app and created this script which sets the GOPATH to the Godeps directory before running go test: https://github.com/benmoss/simple-go-web-app/blob/master/test

That sound reasonable to you?

Reply to this email directly or view it on GitHub:
#4 (comment)

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

Successfully merging a pull request may close this issue.

2 participants