Last active
August 24, 2023 01:24
-
-
Save mxyq/a2e8946491bb9493356647dadc7a7f65 to your computer and use it in GitHub Desktop.
Go环境变量
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export GOROOT=/usr/local/go | |
export PATH=$PATH:$GOROOT/bin:~/go/bin | |
export GO111MODULE=on | |
export GOPROXY=https://goproxy.io,direct |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment