]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.11] cmd/go: fix 'go help go.mod' example
authorRuss Cox <rsc@golang.org>
Tue, 21 Aug 2018 01:42:02 +0000 (21:42 -0400)
committerIan Lance Taylor <iant@golang.org>
Wed, 22 Aug 2018 15:51:18 +0000 (15:51 +0000)
commit4383edf1c622ec5c85dce698cdfdbca9fffcaf04
tree870500117833d17f29713102619f4ceb982d3610
parente1ad7cdf4f976e2985d1ea8cf36c97850c6cfd67
[release-branch.go1.11] cmd/go: fix 'go help go.mod' example

Dropped the example referred to in the text
when copying this text out of 'go help mod fix'.

Fixes #27083.

Change-Id: I63dfa3033fa2b2408019eef9d8b5a055aa803c57
Reviewed-on: https://go-review.googlesource.com/130140
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
(cherry picked from commit 27ed675b4bbb63b5b5d84a21be583ef6147a2084)
Reviewed-on: https://go-review.googlesource.com/130618
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Andrew Bonventre <andybons@golang.org>
src/cmd/go/alldocs.go
src/cmd/go/internal/modload/help.go