一、proxy.golang.org 无法访问

网上找了个能用的代理地址:https://goproxy.cn
执行命令:

  1. go env -w GOPROXY=https://goproxy.cn

重新执行命令,通过!

二、go.mod file not found

错误如下:

  1. go: go.mod file not found in current directory or any parent directory
  1. 打开GO111MODULE

image.png
命令:

  1. go env -w GO111MODULE=on
  1. 项目目录,执行以下命令
    1. go mod init XXX //xxx代表文件夹名