]> Cypherpunks repositories - gostls13.git/commit
runtime/debug: more complete BuildInfo documentation
authorRuss Cox <rsc@golang.org>
Tue, 29 Nov 2022 20:13:52 +0000 (15:13 -0500)
committerGopher Robot <gobot@golang.org>
Fri, 2 Dec 2022 14:23:18 +0000 (14:23 +0000)
commitdadd80ae204bda1c3a48245d8a938f55f71259ea
treeaf435c69b2e1383a3e4af6a2a495be99eca4ed3b
parent6a70292d1cb3464e5b2c2c03341e5148730a1889
runtime/debug: more complete BuildInfo documentation

A potential user did not realize Deps included all transitive dependencies,
not just direct dependencies of the main module. Clarify that and add
various other useful information.

Change-Id: I5b8e1314bb26092edbcc090ba8eb9859f0a70662
Reviewed-on: https://go-review.googlesource.com/c/go/+/453602
Run-TryBot: Russ Cox <rsc@golang.org>
Auto-Submit: Russ Cox <rsc@golang.org>
Reviewed-by: Julie Qiu <julieqiu@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
src/runtime/debug/mod.go