godlp
godlp copied to clipboard
make error
➜ 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
Install go-bindata
first
go get -u github.com/go-bindata/go-bindata