参考李文周的博客搭建vscode的go开发环境
在go build 时报如下错误:
exec: “gcc”: executable file not found in %PATH%
以及
sorry, unimplemented: 64-bit mode not compiled in
解决方案:
需要安装较老版本的mingw。
参考帖子:
https://www.cnblogs.com/NolaLi/p/10761843.html
go环境搭建
原文:https://www.cnblogs.com/luobote11/p/13033880.html