From 85c050dff70e30f0c5511d60157bdb566b0dcb5b Mon Sep 17 00:00:00 2001 From: Konano Date: Mon, 6 Nov 2023 16:52:09 +0800 Subject: [PATCH] change GOPROXY --- files/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/.zshrc b/files/.zshrc index b7077c5..af3c626 100644 --- a/files/.zshrc +++ b/files/.zshrc @@ -167,7 +167,7 @@ command_exists trash-put && alias rm='trash-put' # Golang # export PATH=$PATH:/usr/local/go/bin # export PATH=$PATH:$HOME/.local/go/bin -# export GOPROXY=https://goproxy.io,direct +# export GOPROXY=https://goproxy.cn,direct # Node.js, npm, nvm # export NVM_NODEJS_ORG_MIRROR=https://npmmirror.com/mirrors/node