pull/286/head
q191201771 2 years ago
parent 4c03c373f7
commit 5278fe8dd4

@ -1,10 +1,10 @@
#!/usr/bin/env bash
set -x
go env -w GO111MODULE=on
go env -w GOPROXY=https://goproxy.cn,https://goproxy.io,direct
export GO111MODULE=on
export GOPROXY=https://goproxy.cn,https://goproxy.io,direct
#go env -w GO111MODULE=on
#go env -w GOPROXY=https://goproxy.cn,https://goproxy.io,direct
#export GO111MODULE=on
#export GOPROXY=https://goproxy.cn,https://goproxy.io,direct
THIS_FILE=$(readlink -f $0)
THIS_DIR=$(dirname $THIS_FILE)
ROOT_DIR=${THIS_DIR}/..

Loading…
Cancel
Save