hal
hal copied to clipboard
Build is currently failing due to missing dependency
When trying to build, go get fails due to a missing test package:
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)
Hey, thanks so much for the report! So sorry for the delay. I finally have time to begin working on this again.
This is fixed @danryan, it works for me at least.