一、proxy.golang.org 无法访问
网上找了个能用的代理地址:https://goproxy.cn
执行命令:
go env -w GOPROXY=https://goproxy.cn
重新执行命令,通过!
二、go.mod file not found
错误如下:
go: go.mod file not found in current directory or any parent directory
- 打开GO111MODULE
命令:
go env -w GO111MODULE=on
- 项目目录,执行以下命令
go mod init XXX //xxx代表文件夹名