From: Cherry Mui Date: Tue, 14 Dec 2021 21:15:30 +0000 (-0500) Subject: doc/go1.18: move debug/buildinfo to core library section X-Git-Tag: go1.18beta2~244 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=fc8ae9860a820e2d5179fc3b15b247e0545f2a28;p=gostls13.git doc/go1.18: move debug/buildinfo to core library section It is a new package and seems a major change. Updates #47694. Change-Id: If854e494e28bcd1e79c99e59119755b9cb6793d6 Reviewed-on: https://go-review.googlesource.com/c/go/+/371816 Trust: Cherry Mui Reviewed-by: Bryan Mills --- diff --git a/doc/go1.18.html b/doc/go1.18.html index e5222b7fcc..e156f21eb2 100644 --- a/doc/go1.18.html +++ b/doc/go1.18.html @@ -393,6 +393,18 @@ Do not send CLs removing the interior tags from such phrases. generic functions.

+

New debug/buildinfo package

+ +

+ The new debug/buildinfo package + provides access to module versions, version control information, and build + flags embedded in executable files built by the go command. + The same information is also available via + runtime/debug.ReadBuildInfo + for the currently running binary and via go + version -m on the command line. +

+

New net/netip package

@@ -484,19 +496,6 @@ Do not send CLs removing the interior tags from such phrases. -

debug/buildinfo
-
-

- This new package provides access to module versions, version control - information, and build flags embedded in executable files built by - the go command. The same information is also available via - runtime/debug.ReadBuildInfo - for the currently running binary and via go - version -m on the command line. -

-
-
-
go/ast