Skip to content

Commit ce9b90e

Browse files
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.
1 parent 5a0743b commit ce9b90e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/cmd/go/alldocs.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/cmd/go/internal/help/helpdoc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ listed in the GOPATH environment variable.
266266
(See 'go help gopath-get' and 'go help gopath'.)
267267
268268
When using modules, downloaded packages are stored in the module cache.
269-
(See 'go help modules-get' and 'go help goproxy'.)
269+
(See 'go help module-get' and 'go help goproxy'.)
270270
271271
When using modules, an additional variant of the go-import meta tag is
272272
recognized and is preferred over those listing version control systems.

0 commit comments

Comments
 (0)