1.访问 golang 在 github 上建立的镜像库:
https://github.com/golang
2.点击对应包并使用git clone 下载到 golang.org\x\ 目录下
git clone https://github.com/golang/crypto.git
go get golang.org/x...... 请求失败
原文:https://www.cnblogs.com/luffy-li/p/11484448.html