diff --git a/files/zsh/81-proxy.zsh b/files/zsh/81-proxy.zsh index 45f9ec8..25c66fe 100644 --- a/files/zsh/81-proxy.zsh +++ b/files/zsh/81-proxy.zsh @@ -1,6 +1,6 @@ # Golang if [ -f "/usr/local/go/bin/go" ]; then - export GO111MODULE=on + # export GO111MODULE=on export GOPROXY=https://goproxy.cn,direct fi