摘要: 问题背景 使用VSCode Start Debugging后 控制台打印: go.mod file not found in current directory or any parent directory 解决办法 进入当前go文件所在的目录下 执行 go mod init 模块名 再Start 阅读全文
posted @ 2025-07-03 15:20 onejay 阅读(30) 评论(0) 推荐(0)