]> Cypherpunks repositories - gostls13.git/commit
cmd/go: improve go build documentation
authorKirill Che <g4s8.public@gmail.com>
Fri, 8 Sep 2023 07:51:47 +0000 (07:51 +0000)
committerGopher Robot <gobot@golang.org>
Wed, 20 Sep 2023 18:22:36 +0000 (18:22 +0000)
commitd5138e580c2404f2b8f03d2e1e32b2226cb6bbbc
treecd15a78bec11c2699f1c24b6c2c8d268e0ebad48
parenta72d1e5bf4eedec97dbc79bce3b5dc8a76c1b2ac
cmd/go: improve go build documentation

The existing documentation for `go help build` does not match the current behavior of `go build`. This commit fixes inconsistency between documentation and behavior as suggested in #60836 ticket.

Fixes #60836

Change-Id: I22f24f84815f50fecfa8c51b7f1c24e8e0cd8bc8
GitHub-Last-Rev: 7613930a3d6eb10fc61f29e4bf1b7b0fc9584cf8
GitHub-Pull-Request: golang/go#61438
Reviewed-on: https://go-review.googlesource.com/c/go/+/511015
Reviewed-by: qiulaidongfeng <2645477756@qq.com>
Auto-Submit: Bryan Mills <bcmills@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/cmd/go/alldocs.go
src/cmd/go/internal/work/build.go