1 parent e5814cc commit 7f08cb0Copy full SHA for 7f08cb0
2 files changed
linux/command-line-tools/tmux.md
linux/config-backup/userhome/.zshrc
@@ -17,7 +17,7 @@ if command -v mise &>/dev/null; then
17
fi
18
19
#-golang
20
-export GOPROXY="https://goproxy.io,https://mirrors.cloud.tencent.com/go/,https://mirrors.aliyun.com/goproxy/,https://goproxy.cn,direct"
+export GOPROXY="https://goproxy.cn,https://mirrors.cloud.tencent.com/go/,https://mirrors.aliyun.com/goproxy/,direct"
21
export GOPATH="$dev_env_dir/go"
22
export GOBIN="$GOPATH/bin"
23
export PATH=$GOBIN:$PATH
0 commit comments