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
When trying to build, go get fails due to a missing test package:
go get
test
go get github.com/danryan/hal/... package github.com/daneharrigan/hipchat imports github.com/thoj/go-ircevent imports github.com/davecgh/go-spew/spew imports github.com/danryan/hal/adapter/test imports github.com/danryan/hal/adapter/test imports github.com/danryan/hal/adapter/test: cannot find package "github.com/danryan/hal/adapter/test" in any of: /usr/local/go/src/github.com/danryan/hal/adapter/test (from $GOROOT) /Users/vendion/gocode/src/github.com/danryan/hal/adapter/test (from $GOPATH)
The text was updated successfully, but these errors were encountered:
ccbd2cf
actually fixes #41
703947b
Hey, thanks so much for the report! So sorry for the delay. I finally have time to begin working on this again.
Sorry, something went wrong.
This is fixed @danryan, it works for me at least.
No branches or pull requests
When trying to build,
go get
fails due to a missingtest
package:The text was updated successfully, but these errors were encountered: