honeybits icon indicating copy to clipboard operation
honeybits copied to clipboard

Project doesn't build

Open sbehrens opened this issue 7 years ago • 1 comments

I am unable to build the project after following the instructions:

laptop> ~/bin/honeybits$ go build                                                                                                             master ‹ruby-2.3.0›
honeybits.go:29:2: cannot find package "github.com/0x4D31/honeybits/contentgen" in any of:
	/usr/local/Cellar/go/1.10/libexec/src/github.com/0x4D31/honeybits/contentgen (from $GOROOT)
	/Users/sbehrens/work/src/github.com/0x4D31/honeybits/contentgen (from $GOPATH)

sbehrens avatar Feb 21 '18 16:02 sbehrens

Try to set export GOPROXY=https://goproxy.cn,direct and export GO111MODULE=on

HKirito avatar Jul 12 '20 16:07 HKirito