]> Cypherpunks repositories - gostls13.git/commit
doc/go1.16: document BuildID in 'go list -export'
authorDaniel Martí <mvdan@mvdan.cc>
Thu, 22 Oct 2020 15:30:26 +0000 (16:30 +0100)
committerDaniel Martí <mvdan@mvdan.cc>
Tue, 27 Oct 2020 20:22:56 +0000 (20:22 +0000)
commit9113d8c37f9f40ab86b12bddb98dee2b1c0a344f
treeaea7d0680a07ec0652f9314582fd7ead4732398d
parentde2d1c3fe242aed10ad374abf784cca89fecac45
doc/go1.16: document BuildID in 'go list -export'

This corresponds to the feature in https://golang.org/cl/263542, since
this can be a noteworthy change to people writing tools to inspect Go
builds.

Also amend the wording to clarify that build IDs are for an entire
compiled package, not just their export data or object file.

Change-Id: I2eb295492807d5d2997a35e5e2371914cb3ad3a0
Reviewed-on: https://go-review.googlesource.com/c/go/+/264158
Trust: Daniel Martí <mvdan@mvdan.cc>
Run-TryBot: Daniel Martí <mvdan@mvdan.cc>
Reviewed-by: Jay Conrod <jayconrod@google.com>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
doc/go1.16.html
src/cmd/go/alldocs.go
src/cmd/go/internal/list/list.go
src/cmd/go/internal/load/pkg.go