[Golang] go mod及module path初级探究
今天读了golang官方文档中的module介绍 https://blog.golang.org/using-go-modules 从go1.11之后,Google应该是想把module变成正统包管理器了。在此,我简单的以工程角度探究一下mod。 首先,文档提到: A module is a collection of Go packages stored in a file tree with a go.mod file at its root. The go.mod file defines the module’s module path, which is also the impor
下载地址
用户评论