]> Cypherpunks repositories - gostls13.git/commit
cmd/go: remove references to 1.13 in 'go help modules'
authorJay Conrod <jayconrod@google.com>
Thu, 9 Jan 2020 21:22:01 +0000 (16:22 -0500)
committerJay Conrod <jayconrod@google.com>
Thu, 9 Jan 2020 21:46:59 +0000 (21:46 +0000)
commit65219650fff0cd8317b3f031784c4471f3fd7073
tree10b19602a391aaa1377fc3d96c165a17110eabfa
parent199bc0003d3a2444da604f0d073efc550632bae6
cmd/go: remove references to 1.13 in 'go help modules'

In "Module support" section, there were two mentions of "Go 1.13",
assuming that's the latest version. Rather than update these to 1.14,
this CL changes those to "The go command".

Also, a minor change in wording for finding go.mod files.

Change-Id: Id194be9405b540f221464814e71c361a22cc0f55
Reviewed-on: https://go-review.googlesource.com/c/go/+/214140
Run-TryBot: Jay Conrod <jayconrod@google.com>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/go/alldocs.go
src/cmd/go/internal/modload/help.go