Open Gpwner opened 2 years ago
export GO111MODULE=on go get go run *.go
running go get I received this error
package crypto/ed25519: unrecognized import path "crypto/ed25519" (import path does not begin with hostname)
# cd .; git clone https://gopkg.in/yaml.v2 /home/nvidia/go/src/gopkg.in/yaml.v2
Cloning into '/home/nvidia/go/src/gopkg.in/yaml.v2'...
fatal: unable to access 'https://gopkg.in/yaml.v2/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
package gopkg.in/yaml.v2: exit status 128
Please help, Thank you
download and install Golang last version
download and install Golang last version
Thank you
after execute this cmd:GO111MODULE=on go run *.go I got these errors:
Please help ,thanks