参考文档
https://www.cnblogs.com/ouyukang/p/13939240.html
https://blog.csdn.net/longgeaisisi/article/details/121288696
环境变量
GOPATH %USERPROFILE%\go
GOPATH D:\Go
%USERPROFILE%\go\bin
D:\Go\bin
VSCODE
The "gopls" command is not available. Run "go install -v golang.org/x/tools/gopls@latest" to install.
The "go-outline" command is not available. Run "go install -v github.com/ramya-rao-a/go-outline@latest" to install.