方法一
使用 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
有疑问加站长微信联系(非本文作者)