From 171e4e110914cb2935fd06f3aae355dee257c626 Mon Sep 17 00:00:00 2001 From: huanghai <10402852@qq.com> Date: Wed, 24 Jun 2020 13:28:55 +0800 Subject: [PATCH] 'commit' --- Document/Goland设置代理.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Document/Goland设置代理.txt diff --git a/Document/Goland设置代理.txt b/Document/Goland设置代理.txt new file mode 100644 index 00000000..345936fa --- /dev/null +++ b/Document/Goland设置代理.txt @@ -0,0 +1,9 @@ +set GOPROXY=https://goproxy.cn +set GO111MODULE=on + +# 检查 +go env + + +# 重新下载go.mod +go mod download