update goenv func

This commit is contained in:
wuqi 2023-11-08 13:22:48 +08:00
parent aebe010cec
commit a1192b353d

View File

@ -61,3 +61,9 @@ function ycclear() {
yadm config --unset local.class
yadm alt
}
function goenv() {
go env -w GO111MODULE=on
go env -w GOPROXY=https://goproxy.cn,direct
go env -w GOPRIVATE=golang.wrdtech.com
}