go pathgopath 在project这样设置
go mod为避免与gopath冲突
GOROOT 这样设置
go module 设置
随后执行 go mod init +projectname and go mod tidy
2021-12-10