go: GOENV can only be set using the OS environment
go env -w GOENV=D:\Program Files\Go\env
解决方案:
set GOENV=D:\Program Files\Go\env
在 Powershell 中:
$env:GOENV="D:\go\env"
欢迎来撩 : 汇总all
go: GOENV can only be set using the OS environment
go env -w GOENV=D:\Program Files\Go\env
解决方案:
set GOENV=D:\Program Files\Go\env
在 Powershell 中:
$env:GOENV="D:\go\env"
欢迎来撩 : 汇总all