Last active
August 14, 2019 16:33
-
-
Save snowdream/2b95bd879e5fb90831966b5f0d927598 to your computer and use it in GitHub Desktop.
阿里云Go Module代理仓库服务 https://mirrors.aliyun.com/goproxy/
This file contains 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
# 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