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