]> Cypherpunks repositories - gostls13.git/commit
cmd/go: fix "go help build -o" docs
authorFilippo Valsorda <filippo@golang.org>
Mon, 19 Aug 2019 17:17:34 +0000 (13:17 -0400)
committerFilippo Valsorda <filippo@golang.org>
Tue, 20 Aug 2019 19:26:11 +0000 (19:26 +0000)
commit53c088fbf05f42b24e1f7aa40889ca51055f9f29
tree99a8c75053c2b6f0c8e88547eec0899659922faa
parentd6ffc1d8394d6f6420bb92d79d320da88720fbe0
cmd/go: fix "go help build -o" docs

The docs refer to "the last two paragraphs", but in fact should refer to
the first two of the previous three paragraphs. Moved up the out of place
paragraph.

Updates #14295

Change-Id: I066da7a665bc6754d246782b941af214a385017a
Reviewed-on: https://go-review.googlesource.com/c/go/+/190839
Reviewed-by: Bryan C. Mills <bcmills@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/go/alldocs.go
src/cmd/go/internal/work/build.go