Skip to content

Instantly share code, notes, and snippets.

@snowdream
Last active August 14, 2019 16:33
Show Gist options
  • Save snowdream/2b95bd879e5fb90831966b5f0d927598 to your computer and use it in GitHub Desktop.
Save snowdream/2b95bd879e5fb90831966b5f0d927598 to your computer and use it in GitHub Desktop.
阿里云Go Module代理仓库服务 https://mirrors.aliyun.com/goproxy/
# Enable the go modules feature
export GO111MODULE=on
# Set the GOPROXY environment variable
export GOPROXY=https://mirrors.aliyun.com/goproxy/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment