fix: replace goproxy

This commit is contained in:
Klesh Wong 2021-08-26 23:20:52 +08:00
parent 9b193b11ac
commit 74555bb7fa

View File

@ -18,7 +18,7 @@ esac
if in_china; then if in_china; then
go env -w GO111MODULE=on go env -w GO111MODULE=on
go env -w GOPROXY=https://mirrors.aliyun.com/goproxy/ go env -w GOPROXY=https://goproxy.io,direct
fi fi
# coc.nvim # coc.nvim