diff --git a/_content/doc/go1.21.html b/_content/doc/go1.21.html index f9c27f299e..b190c7134f 100644 --- a/_content/doc/go1.21.html +++ b/_content/doc/go1.21.html @@ -725,6 +725,17 @@

Minor changes to the library

+
encoding/binary
+
+

+ The new + NativeEndian + variable may be used to convert between byte slices and integers + using the current machine's native endianness. +

+
+
+
errors