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
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
网友评论