This commit is contained in:
Konano 2023-11-30 15:00:25 +08:00
parent d10537fdfb
commit 683539f86f

View File

@ -1,6 +1,6 @@
# Golang # Golang
if [ -f "/usr/local/go/bin/go" ]; then if [ -f "/usr/local/go/bin/go" ]; then
export GO111MODULE=on # export GO111MODULE=on
export GOPROXY=https://goproxy.cn,direct export GOPROXY=https://goproxy.cn,direct
fi fi