SecretBlockChain / go-secret

Official Golang implementation of the Secret protocol.
GNU Lesser General Public License v3.0
35 stars 6 forks source link

env: go: No such file or directory #7

Open markhzh opened 3 years ago

markhzh commented 3 years ago

when i want to make secret,i can not go forward with an error,i am not sure what's going on here,could anybody help to give some adivse?

[root@localhost go-secret]# make secret env GO111MODULE=on CGO_CFLAGS=-Wno-undef-prefix go run build/ci.go install ./cmd/secret env: go: No such file or directory make: *** [secret] Error 127

secret1028 commented 3 years ago

golang is not installed, please follow the installation instructions