从官网下载tar.gz
上传tar.gz到服务器/opt
解压tar.gz
配置/etc/profile
在文件最后新增
##--------- Go --------##
export GOROOT=/opt/go
export GOPATH=/opt/gocode
export PATH=$GOPATH/bin:$GOROOT/bin:$PATH
新加用户:useradd test
切换用户:su - test
配置.bash_profile
export GOPATH=~/gocode
export GOPROXY=https://goproxy.cn
检查:go version
搭建go语言开发环境
标签:
Golang
上一篇:
关于golang二次开发frp
下一篇:
编译frp源码