赞
踩
方法一:下载github上的镜像库放入GOPATH
- mkdir -p $GOPATH/src/golang.org/x
- cd $GOPATH/src/golang.org/x
- git clone https://github.com/golang/sync.git
- git clone https://github.com/golang/crypto.git
- git clone https://github.com/golang/sys.git
方法二:如果使用的开发IDE是goland,那么 打开 FILE -> setting -> Go Modules 选项 ,在proxy 选项上填写 "https://goproxy.io"
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。