File tree 1 file changed +21
-0
lines changed
1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -856,6 +856,27 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
856
856
</ dd >
857
857
</ dl > <!-- regexp -->
858
858
859
+ < dl id ="runtime/debug "> < dt > < a href ="/pkg/runtime/debug/ "> runtime/debug</ a > </ dt >
860
+ < dd >
861
+ < p > <!-- CL 354569 -->
862
+ The < a href ="/pkg/runtime/debug#BuildInfo "> < code > BuildInfo</ code > </ a >
863
+ struct has two new fields, containing additional information
864
+ about how the binary was built:
865
+ < ul >
866
+ < li > < a href ="/pkg/runtime/debug#BuildInfo.GoVersion "> < code > GoVersion</ code > </ a >
867
+ holds the version of Go used to build the binary.
868
+ </ li >
869
+ < li >
870
+ < a href ="/pkg/runtime/debug#BuildInfo.Settings "> < code > Settings</ code > </ a >
871
+ is a slice of
872
+ < a href ="/pkg/runtime/debug#BuildSettings "> < code > BuildSettings</ code > </ a >
873
+ structs holding key/value pairs describing the build.
874
+ </ li >
875
+ </ ul >
876
+ </ p >
877
+ </ dd >
878
+ </ dl > <!-- runtime/debug -->
879
+
859
880
< dl id ="strconv "> < dt > < a href ="/pkg/strconv/ "> strconv</ a > </ dt >
860
881
< dd >
861
882
< p > <!-- CL 343877 -->
You can’t perform that action at this time.
0 commit comments