Go报错Finished running tool: 路径,current directory outside main module .... dependencies 的解决方法
Dependencies
A rewrite of the old legacy software "depends.exe" in C# for Windows devs to troubleshoot dll load dependencies issues.
项目地址:https://gitcode.com/gh_mirrors/de/Dependencies
免费下载资源
·
本篇文章主要讲解go项目下,output报错:Finished running tool: C:\Program Files\Go\bin\go.exe build -o C:\Users\admin\AppData\Local\Temp\vscode-goCewfEl\go-code-check .
current directory outside main module or its selected dependencies 的解决方法。
作者:任聪聪
日期:2023年4月19日
go版本:1.20.3、cursor0.2.5
报错现象
idea中存在红标现象,并且在情况1和二中存在提示“current directory outside main module or its selected dependencies ”。
情况1,output下
情况2,执行build时
原因一、目录问题
说明:存在汉字或特殊符号,笔者的不是这个问题,如果在您检查后发现目录中存在汉字或者特殊符号,那么建议优先剔除,使用英文再次执行命令尝试。
解决办法:修改文件目录为英文。
原因二、没有初始化项目
说明:没有使用命令进行初始化项目。
解决办法:go mod init 你的目录
tips:这个命令会在目录下生成一个mod文件,不要删除,删除后还会报错。
解决后:
不再提示红标。
GitHub 加速计划 / de / Dependencies
8.61 K
704
下载
A rewrite of the old legacy software "depends.exe" in C# for Windows devs to troubleshoot dll load dependencies issues.
最近提交(Master分支:3 个月前 )
1997a400 - 2 年前
2f423539 - 2 年前
更多推荐
已为社区贡献7条内容
所有评论(0)