无法go get golang.org

2019-07-27  本文已影响0人  GUIN蚂蚁
方法一
使用 go mod, 但golang版本要在1.11或以上
方法二

在github上clone 这些包

mkdir -p $GOPATH/src/golang.org/x/
cd $GOPATH/src/golang.org/x/
git clone https://github.com/golang/net.git
git clone https://github.com/golang/sys.git
git clone https://github.com/golang/tools.git
git clone https://github.com/golang/crypto.git
上一篇 下一篇

猜你喜欢

热点阅读