当前位置:首页 > 尘凡 > 正文内容

快速配置Go语言开发环境

满纸空言4年前 (2021-08-07)尘凡26750
echo "export GO111MODULE=on" >>/etc/profile
echo "export GOPROXY=https://goproxy.cn" >>/etc/profile
echo "export GOPATH=/root/go" >>/etc/profile
echo "export GOROOT=/usr/lib/go" >>/etc/profile
echo "export PATH=$GOPATH/bin:$GOROOT/bin:$PATH" >>/etc/profile
source /etc/profile

扫描二维码推送至手机访问。

版权声明:本文由满纸空言发布,如需转载请注明出处。

本文链接:https://mzky.cc/post/44.html

分享给朋友:

“快速配置Go语言开发环境” 的相关文章

setfacl命令4年前 (2021-04-21)
btrfs格式数据提取4年前 (2021-04-21)
keepalived+lvs配置4年前 (2021-05-12)
Git 保存用户名和密码3年前 (2021-08-16)
linux ip命令详解3年前 (2021-08-30)
锻炼算法3年前 (2021-09-01)

发表评论

访客

看不清,换一张

◎欢迎参与讨论,请在这里发表您的看法和观点。