]> Cypherpunks repositories - gostls13.git/commit
cmd/go: reference BuildID field from list's -export docs
authorDaniel Martí <mvdan@mvdan.cc>
Sat, 12 Mar 2022 22:59:44 +0000 (22:59 +0000)
committerDaniel Martí <mvdan@mvdan.cc>
Thu, 19 May 2022 20:54:47 +0000 (20:54 +0000)
commit87039c7d340eaf5731f3c12c1d1dd9875c7693fa
treee13974df086d19032b329961fded227c3ce29935
parenta1ceacedd8efb49c66ef9d0ec60ca2c9ee726f07
cmd/go: reference BuildID field from list's -export docs

In https://golang.org/cl/263542 we added BuildID to the Package struct
in the docs for "go list", correctly pointing out that it's only set
when -export is used.

Further down, the doc details the -export flag on its own.
It already mentioned the Export field, and we forgot to add a mention to
BuildID as well. Do that.

Change-Id: I5838a8900edae8012fe333937d86baea3066c5f1
Reviewed-on: https://go-review.googlesource.com/c/go/+/392114
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Run-TryBot: Daniel Martí <mvdan@mvdan.cc>
src/cmd/go/alldocs.go
src/cmd/go/internal/list/list.go