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

快速配置Go语言开发环境

满纸空言3年前 (2021-08-07)尘凡24520
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)
解决goland显示导入异常3年前 (2021-07-19)
uos编译njmon3年前 (2021-07-21)

发表评论

访客

看不清,换一张

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