godlp icon indicating copy to clipboard operation
godlp copied to clipboard

make error

Open alchu4n opened this issue 2 years ago • 1 comments

➜  godlp git:(main) make
go: gopkg.in/[email protected]: missing go.sum entry; to add it:
	go mod download gopkg.in/yaml.v2
go: gopkg.in/[email protected]: missing go.sum entry; to add it:
	go mod download gopkg.in/yaml.v2
make: *** [gen] Error 1
➜  godlp git:(main) go mod download gopkg.in/yaml.v2
➜  godlp git:(main) make
sdk.go:1: running "go-bindata": exec: "go-bindata": executable file not found in $PATH
make: *** [gen] Error 1

alchu4n avatar Mar 04 '22 07:03 alchu4n

Install go-bindata first

go get -u github.com/go-bindata/go-bindata

moonD4rk avatar Mar 04 '22 07:03 moonD4rk