diff --git a/doc/go1.18.html b/doc/go1.18.html index a87e3f45f1..4907dd6e2d 100644 --- a/doc/go1.18.html +++ b/doc/go1.18.html @@ -856,6 +856,27 @@ Do not send CLs removing the interior tags from such phrases. +
+ The BuildInfo
+ struct has two new fields, containing additional information
+ about how the binary was built:
+
GoVersion
+ holds the version of Go used to build the binary.
+ Settings
+ is a slice of
+ BuildSettings
+ structs holding key/value pairs describing the build.
+