From 41bd7f54bc0fc845be38b4771605be3c9fe4c529 Mon Sep 17 00:00:00 2001
From: Ian Lance Taylor
Date: Fri, 26 May 2023 17:07:49 -0700
Subject: [PATCH] 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
---
doc/go1.21.html | 20 ++++++++------------
1 file changed, 8 insertions(+), 12 deletions(-)
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
-
--
2.50.0