解决package xxx is not in GOROOT 特别是自己写的包导入不成功时 配置国内镜像 加载包的下载 set env -w GOPROXY=https://goproxy.cn,direct 第一步,在项目的当前目录里,执行命令:go mod init ,会在当前项目目录下自动创建go.mod文件。 go mod init code code --项目名 第二步,配置go build 一定选择 目录 Directory 第三步 go run xx.go