I'm trying to install a module with go get but after running my application I'm getting error:
/usr/local/Cellar/go/1.6.2/libexec/bin/go build -o /private/var/folders/nl/bnwx64ps33jd8x5spk494g440000gn/T/Unnamed14go /Users/user/dev/go/src/com.app/gateway/main.go # command-line-arguments /usr/local/Cellar/go/1.6.2/libexec/pkg/tool/darwin_amd64/link: cannot open file /usr/local/Cellar/go/1.6.2/libexec/pkg/darwin_amd64/github.com/nats-io/nats.a: open /usr/local/Cellar/go/1.6.2/libexec/pkg/darwin_amd64/github.com/nats-io/nats.a: no such file or directory I've checked /usr/local/Cellar/go/1.6.2/libexec/pkg/darwin_amd64 and there is no github folder nor any .a files, I also tried to perfom go install on top of the module source code without luck. Any idea on why the .a files might be missing? This is my go env GOARCH="amd64" GOBIN="" GOEXE="" GOHOSTARCH="amd64" GOHOSTOS="darwin" GOOS="darwin" GOPATH="/Users/user/dev/go" GORACE="" GOROOT="/usr/local/Cellar/go/1.6.2/libexec" GOTOOLDIR="/usr/local/Cellar/go/1.6.2/libexec/pkg/tool/darwin_amd64" GO15VENDOREXPERIMENT="1" CC="clang" GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fno-common" CXX="clang++" CGO_ENABLED="1" -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.