mirror of
https://github.com/golang/go
synced 2024-11-02 09:28:34 +00:00
cmd/go: fix typo in output of go help importpath
The output refers to 'go help modules-get' but the actual command is 'go help module-get', singular.
This commit is contained in:
parent
5a0743b020
commit
ce9b90e9a6
2 changed files with 2 additions and 2 deletions
|
@ -2054,7 +2054,7 @@
|
|||
// (See 'go help gopath-get' and 'go help gopath'.)
|
||||
//
|
||||
// When using modules, downloaded packages are stored in the module cache.
|
||||
// (See 'go help modules-get' and 'go help goproxy'.)
|
||||
// (See 'go help module-get' and 'go help goproxy'.)
|
||||
//
|
||||
// When using modules, an additional variant of the go-import meta tag is
|
||||
// recognized and is preferred over those listing version control systems.
|
||||
|
|
|
@ -266,7 +266,7 @@ listed in the GOPATH environment variable.
|
|||
(See 'go help gopath-get' and 'go help gopath'.)
|
||||
|
||||
When using modules, downloaded packages are stored in the module cache.
|
||||
(See 'go help modules-get' and 'go help goproxy'.)
|
||||
(See 'go help module-get' and 'go help goproxy'.)
|
||||
|
||||
When using modules, an additional variant of the go-import meta tag is
|
||||
recognized and is preferred over those listing version control systems.
|
||||
|
|
Loading…
Reference in a new issue