【场景】在vscode里安装了go编译环境,然后用vs的终端编译第一个go程序,然后报错:go.mod file not found in current directory or any parent directory【原因】主要就是环境配置的有问题【解决方法】在Windows下打开cmd然后输入下面这条命令就可以go env -w GO111MODULE=auto【解析】GO111MO...
安装Go后,打开VS Code,按照提示安装了微软官方的GO插件。但在安装go tools时,出现了下面的一大堆错误。go.toolsGopath setting is not set. Using GOPATH /Users/l2m2/goInstalling 17 tools at /Users/l2m2/go/bin in module mode. gocode gopkgs g...