]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/go: update 'go help mod init'
authorJay Conrod <jayconrod@google.com>
Mon, 12 Oct 2020 16:03:43 +0000 (12:03 -0400)
committerJay Conrod <jayconrod@google.com>
Mon, 16 Nov 2020 22:24:14 +0000 (22:24 +0000)
commit869e2957b9f66021581b839cadce6cb48ad46114
tree105965fbb46b8e3c63df7d9c390dfbb03d4bc95c
parent97700baf8bd5c0fdbfe38eedc80d3c612805cbda
cmd/go: update 'go help mod init'

'go help mod init' now mentions that the module path can be derived
from the directory within GOPATH. We no longer mention version
control, since that's now ignored.

Fixes #36775

Change-Id: Ia5559ecb537fccd838eeab84517e76aa01989292
Reviewed-on: https://go-review.googlesource.com/c/go/+/261539
Run-TryBot: Jay Conrod <jayconrod@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Trust: Jay Conrod <jayconrod@google.com>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
Reviewed-by: Michael Matloob <matloob@golang.org>
src/cmd/go/alldocs.go
src/cmd/go/internal/modcmd/init.go