mirror of https://github.com/golang/go.git
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.
Change-Id: Ie001f4181d80d3bf1995af2f257bf789dad5b33f
GitHub-Last-Rev: ce9b90e9a6
GitHub-Pull-Request: golang/go#29605
Reviewed-on: https://go-review.googlesource.com/c/156737
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
e3eb2ff827
commit
a1d5e8adfa
|
|
@ -2054,7 +2054,7 @@
|
||||||
// (See 'go help gopath-get' and 'go help gopath'.)
|
// (See 'go help gopath-get' and 'go help gopath'.)
|
||||||
//
|
//
|
||||||
// When using modules, downloaded packages are stored in the module cache.
|
// 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
|
// When using modules, an additional variant of the go-import meta tag is
|
||||||
// recognized and is preferred over those listing version control systems.
|
// 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'.)
|
(See 'go help gopath-get' and 'go help gopath'.)
|
||||||
|
|
||||||
When using modules, downloaded packages are stored in the module cache.
|
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
|
When using modules, an additional variant of the go-import meta tag is
|
||||||
recognized and is preferred over those listing version control systems.
|
recognized and is preferred over those listing version control systems.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue