From: Ian Lance Taylor
Date: Sat, 27 May 2023 00:07:49 +0000 (-0700)
Subject: doc/go1.21: mention maps package
X-Git-Tag: go1.21rc1~191
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=41bd7f54bc0fc845be38b4771605be3c9fe4c529;p=gostls13.git
doc/go1.21: mention maps package
For #57436
Change-Id: I99e8b0819c76f1ccf12154a894c9c4c9d68124d4
Reviewed-on: https://go-review.googlesource.com/c/go/+/498602
Reviewed-by: Eli Bendersky
Run-TryBot: Ian Lance Taylor
Run-TryBot: Ian Lance Taylor
Auto-Submit: Ian Lance Taylor
TryBot-Result: Gopher Robot
Reviewed-by: Ian Lance Taylor
---
diff --git a/doc/go1.21.html b/doc/go1.21.html
index d3d79a2f25..0be1bdce5f 100644
--- a/doc/go1.21.html
+++ b/doc/go1.21.html
@@ -258,6 +258,14 @@ Do not send CLs removing the interior tags from such phrases.
of any element type.
+New maps package
+
+
+ The new maps package provides several
+ common operations on maps, using generic functions that work with
+ maps of any key or element type.
+
+
Minor changes to the library
@@ -567,18 +575,6 @@ Do not send CLs removing the interior tags from such phrases.
-
- maps
- -
-
- TODO: https://go.dev/issue/57436: new standard library package based on x/exp/maps
-
-
-
- TODO: https://go.dev/cl/464343: maps: new package; modified api/next/57436.txt
-
-
-
-
- math
-