]> Cypherpunks repositories - gostls13.git/commit
cmd/go: fix 'go help go.mod' example
authorRuss Cox <rsc@golang.org>
Tue, 21 Aug 2018 01:42:02 +0000 (21:42 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 21 Aug 2018 02:41:59 +0000 (02:41 +0000)
commit27ed675b4bbb63b5b5d84a21be583ef6147a2084
treeafd3e0eb55383c32773e5b813e3fab7d73c2e220
parentdf6aedb630b3c79ff50147a85278a17702dcff1f
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>
src/cmd/go/alldocs.go
src/cmd/go/internal/modload/help.go