gopath and go mod


go path

gopath 在project这样设置

go mod

为避免与gopath冲突

1

GOROOT 这样设置

go module 设置

随后执行 go mod init +projectname and go mod tidy

创建一个tt的directory 在该目录下面create

随后在project目录下 create go

至此go mod 设置完成。


Author: QL
Reprint policy: All articles in this blog are used except for special statements CC BY 4.0 reprint policy. If reproduced, please indicate source QL !
  TOC