golang.org

2020-07-04  本文已影响0人  peterSZW

kcp
bbr

rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm

yum install epel-release
yum install golang -y

mkdir -p GOPATH/src/golang.org/x cdGOPATH/src/golang.org/x

git clone https://github.com/golang/net.git
git clone https://github.com/golang/net.git
git clone https://github.com/golang/crypto.git
git clone https://github.com/golang/tools.git
git clone https://github.com/golang/sys.git
git clone https://github.com/golang/xerrors.git
git clone https://github.com/golang/mod.git
git clone https://github.com/golang/text.git

上一篇下一篇

猜你喜欢

热点阅读