go環境搭建
在go build 時報如下錯誤:
exec: 「gcc」: executable file not found in %PATH%
以及
sorry, unimplemented: 64-bit mode not compiled in
解決方案:
參考帖子:
//www.cnblogs.com/NolaLi/p/10761843.html
在go build 時報如下錯誤:
exec: 「gcc」: executable file not found in %PATH%
以及
sorry, unimplemented: 64-bit mode not compiled in
解決方案:
參考帖子:
//www.cnblogs.com/NolaLi/p/10761843.html