go-binary-only-package icon indicating copy to clipboard operation
go-binary-only-package copied to clipboard

Doesn't work

Open bnjjj opened this issue 7 years ago • 6 comments

I follow your readme step by step in order to use my binary golang package into another project. So for example I have a project called test and I want to use hello package in test so I have made your readme instructions but here is the answer in my terminal :

main.go:9:2: cannot find package "hello" in any of:
	$GOPATH/src/github.com/bnjjj/go_api/vendor/hello (vendor tree)
	/usr/local/Cellar/go/1.7.1/libexec/src/hello (from $GOROOT)
	$GOPATH/src/hello (from $GOPATH)

Any idea ?

bnjjj avatar Nov 14 '16 21:11 bnjjj