Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make error #2

Open
alchu4n opened this issue Mar 4, 2022 · 1 comment
Open

make error #2

alchu4n opened this issue Mar 4, 2022 · 1 comment

Comments

@alchu4n
Copy link

alchu4n commented Mar 4, 2022

➜  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
@moonD4rk
Copy link

moonD4rk commented Mar 4, 2022

Install go-bindata first

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants