标签:ror 如何 方法 执行 master ast export 打开 使用帮助
https://mirrors.aliyun.com/goproxy/
使用帮助
1.使用go1.11以上版本并开启go module机制
2.导出GOPROXY环境变量
export GOPROXY=https://mirrors.aliyun.com/goproxy/
https://github.com/goproxy/goproxy.cn/blob/master/README.zh-CN.md
虽然下面的内容主要是讲解如何设置 GOPROXY,但是我们也推荐你在使用 Go 模块时将 GO111MODULE 设置为 on 而不是 auto。
Go 1.13 及以上(推荐)
打开你的终端并执行:
$ go env -w GOPROXY=https://goproxy.cn,direct
完成。
标签:ror 如何 方法 执行 master ast export 打开 使用帮助
原文地址:https://www.cnblogs.com/roastpiglet/p/12012672.html