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"
 51工具盒子
51工具盒子
            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"