We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
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
go test
That sound reasonable to you?
Sorry, something went wrong.
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)
Reply to this email directly or view it on GitHub: #4 (comment)
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: