摘要: source ~/install/scripts/func-alias.sh export GOROOT=$HOME/go export GOPATH=$HOME/gopath export PATH=$GOROOT/bin:$GOPATH/bin:$PATH export GOPROXY=http 阅读全文
posted @ 2021-08-14 14:54 TimLinux 阅读(58) 评论(0) 推荐(0) 编辑