From: Cherry Mui
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.
+
net/netip
package@@ -484,19 +496,6 @@ Do not send CLs removing the interior tags from such phrases. -
- 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.
-