错误的配置

This commit is contained in:
dmahacker 2024-05-13 10:33:47 +08:00
parent c6754d923f
commit bd1e52d08a

View File

@ -63,7 +63,7 @@ function ycclear() {
}
function goenv() {
if [ "$1" == "off" ]; then
if [ "x$1" = "xoff" ]; then
go env -w GO111MODULE=off
else
go env -w GO111MODULE=on