我是靠谱客的博主 娇气学姐,最近开发中收集的这篇文章主要介绍vscode调试报错:Build Error: go build -o XXX\src__debug_bin.exe -gcflags all=-N -l .,觉得挺不错的,现在分享给大家,希望可以做个参考。
概述
使用vscode调试报错:
Build Error: go build -o XXXsrc__debug_bin.exe -gcflags all=-N -l .
go: go.mod file not found in current directory or any parent directory; see 'go help modules' (exit status 1)
解决办法:
go env -w GO111MODULE=auto
最后
以上就是娇气学姐为你收集整理的vscode调试报错:Build Error: go build -o XXX\src__debug_bin.exe -gcflags all=-N -l .的全部内容,希望文章能够帮你解决vscode调试报错:Build Error: go build -o XXX\src__debug_bin.exe -gcflags all=-N -l .所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复