告别GOPATH,快速使用 go mod(Golang包管理工具)

Posted answercard

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了告别GOPATH,快速使用 go mod(Golang包管理工具)相关的知识,希望对你有一定的参考价值。

https://studygolang.com/articles/17508?fr=sidebar

文中的wserver为module名,route为本地的包名,go.mod所在的目录名不一定非要和module名一致,把wserver文件夹重命名为其他的名称也可以,只要go mod init wserver,就import "wserver/本地包名"

以上是关于告别GOPATH,快速使用 go mod(Golang包管理工具)的主要内容,如果未能解决你的问题,请参考以下文章

Go语言 go mod 使用方法

解决Goland错误:$GOPATH/go.mod exists but should not

解决Goland错误:$GOPATH/go.mod exists but should not

解决Goland错误:$GOPATH/go.mod exists but should not

解决Goland错误:$GOPATH/go.mod exists but should not

Go外部依赖包从vendor$GOPATH和$GOPATH/pkg/mod下的查找顺序