go.mod问题

  1. go: go.mod file not found in current directory or any parent directory; see 'go help modules'

解决办法

开启go modules功能,命令行输入

  1. go env -w GO111MODULE=on 1

在该项目目录下,初始化Go moudle,运行下面命令

  1. go mod init xxx # xxx代表文件夹名