Skip to content

Instantly share code, notes, and snippets.

@mxyq
Last active August 24, 2023 01:24
Show Gist options
  • Save mxyq/a2e8946491bb9493356647dadc7a7f65 to your computer and use it in GitHub Desktop.
Save mxyq/a2e8946491bb9493356647dadc7a7f65 to your computer and use it in GitHub Desktop.
Go环境变量
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