From cfe2ab42e764d2eea3a3339aac1eaff97520baa0 Mon Sep 17 00:00:00 2001 From: Toshihiro Shiino Date: Sat, 8 Feb 2020 15:46:14 +0000 Subject: [PATCH] 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 --- doc/go1.14.html | 68 ++++++++++++++++++++++++------------------------- 1 file changed, 34 insertions(+), 34 deletions(-) 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

-- 2.50.0