CentOS7 yum方式安装golang程序
原创
最冷的烟火 博主文章分类:GOLANG ©著作权
文章标签 yum源 golang 干货 文章分类 开源
yum install epel-release -y
yum install golang
export GOPROXY=https://goproxy.cn
echo "export GOPROXY=https://goproxy.cn" >> ~/.profile && source ~/.profile