]> Cypherpunks repositories - gostls13.git/commit
cmd/go: document in 'go help mod' that people should use 'go get'
authorRuss Cox <rsc@golang.org>
Wed, 25 Jul 2018 00:02:26 +0000 (20:02 -0400)
committerRuss Cox <rsc@golang.org>
Sat, 28 Jul 2018 01:15:10 +0000 (01:15 +0000)
commit9cde8048ad88587d90274ecbe9083326d56b6758
tree9d91120efaa78798633ad90a2c05d6bf4a90d52a
parenta74cc47244513c97315574f580652128126f6739
cmd/go: document in 'go help mod' that people should use 'go get'

We're starting to see tutorials that assume
'go mod' is the only module-related command.

Fixes #26597.

Change-Id: I44701f29f89fc67086f96307afbdb4659bb63873
Reviewed-on: https://go-review.googlesource.com/125935
Reviewed-by: Bryan C. Mills <bcmills@google.com>
src/cmd/go/alldocs.go
src/cmd/go/internal/modcmd/mod.go