使用GOPROXY环境变量解决proxy.golang.org无法访问问题
在/etc/profile中增加
export GOPROXY=https://goproxy.cn
windows下使用
$env:GOPROXY = "https://goproxy.cn"