From: Toshihiro Shiino Date: Sat, 8 Feb 2020 15:46:14 +0000 (+0000) Subject: doc/go1.14: rearrange in alphabetical order X-Git-Tag: go1.14~9^2~13 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=cfe2ab42e7;p=gostls13.git doc/go1.14: rearrange in alphabetical order "Minor changes to the library" are basically arranged in alphabetical order, but there are some mistakes so we will correct them. Updates #36878 Change-Id: I8498563b739eff9f1b0a76ead3cf290191e0ce36 Reviewed-on: https://go-review.googlesource.com/c/go/+/218638 Reviewed-by: Dmitri Shuralyov --- diff --git a/doc/go1.14.html b/doc/go1.14.html index 5bc609a860..8c179127a3 100644 --- a/doc/go1.14.html +++ b/doc/go1.14.html @@ -419,20 +419,6 @@ appropriately.) in mind.

-
hash/maphash
-
-

- This new package provides hash functions on byte sequences. - These hash functions are intended to be used to implement hash tables or - other data structures that need to map arbitrary strings or byte - sequences to a uniform distribution of integers. -

-

- The hash functions are collision-resistant but not cryptographically secure. -

-
-
-
crypto/tls

@@ -568,6 +554,40 @@ appropriately.)

+
go/doc
+
+

+ The new + function NewFromFiles + computes package documentation from a list + of *ast.File's and associates examples with the + appropriate package elements. + The new information is available in a new Examples + field + in the Package, Type, + and Func types, and a + new Suffix + field in + the Example + type. +

+
+
+ +
hash/maphash
+
+

+ This new package provides hash functions on byte sequences. + These hash functions are intended to be used to implement hash tables or + other data structures that need to map arbitrary strings or byte + sequences to a uniform distribution of integers. +

+

+ The hash functions are collision-resistant but not cryptographically secure. +

+
+
+
io/ioutil

@@ -591,26 +611,6 @@ appropriately.)

-
go/doc
-
-

- The new - function NewFromFiles - computes package documentation from a list - of *ast.File's and associates examples with the - appropriate package elements. - The new information is available in a new Examples - field - in the Package, Type, - and Func types, and a - new Suffix - field in - the Example - type. -

-
-
-
math