The following tutorial column will introduce to you how to install the golang environment. I hope it will be helpful to friends in need! golang installationDownload golang software
[domestic website] studygolang.com/dl go language Chinese website download the latest installation package of go, according to different systems , you can choose windows, linux, mac [If you can access the Internet] Visit the go language English website docs.studygolang.com/doc/installtar -C /usr/local -xzf go1.16.linux-amd64.tar.gz
vim /etc/profileexport GOROOT=/usr/local/goexport PATH=$PATH:$GOROOT/bin
source /etc/profile
go env -w GO111MODULE=ongo env -w GOPROXY=https://goproxy.cn,direct
warning: go env -w GOPROXY=... does not override conflicting OS environment variable
Good guy, if the article is still useful to you, please give it a follow, share it with your circle of friends, share technology, and share happiness
Technology is open, our mentality, It should be more open. Embrace change, live toward the sun, and work hard to move forward.
The above is the detailed content of How to install golang environment. For more information, please follow other related articles on the PHP Chinese website!