在下载时域名https://proxy.golang.org 提示连接被拒绝,原因是这个域名被墙了,需要更换为国内的镜像源https://goproxy.cn/
$ echo "export GO111MODULE=on" >> ~/.profile
$ echo "export GOPROXY=https://goproxy.cn" >> ~/.profile
$ source ~/.profile
在下载时域名https://proxy.golang.org 提示连接被拒绝,原因是这个域名被墙了,需要更换为国内的镜像源https://goproxy.cn/
$ echo "export GO111MODULE=on" >> ~/.profile
$ echo "export GOPROXY=https://goproxy.cn" >> ~/.profile
$ source ~/.profile