hal icon indicating copy to clipboard operation
hal copied to clipboard

Build is currently failing due to missing dependency

Open vendion opened this issue 10 years ago • 2 comments

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)

vendion avatar Dec 22 '14 15:12 vendion

Hey, thanks so much for the report! So sorry for the delay. I finally have time to begin working on this again.

danryan avatar Jul 13 '16 21:07 danryan

This is fixed @danryan, it works for me at least.

onbjerg avatar Jul 16 '16 16:07 onbjerg