beego框架入门安装时候超级缓慢,go get没有反应

1、windows环境:

go get下载速度慢的解决方法

2、macos/Linux设置环境变量:

  echo "export GOPROXY=https://goproxy.cn" >> ~/.profile && source ~/.profile

相关文章: