From bd8c1330974bf403f0d6b167b81914dbdde0f846 Mon Sep 17 00:00:00 2001
From: Dmitri Shuralyov
Date: Sat, 10 Jun 2023 21:06:25 -0400
Subject: [PATCH] doc/go1.21: add heading for cmp package
For #59488.
For #58645.
Change-Id: Ia9b76d49825dd74f7e52d829ec6d47e6c2addd76
Reviewed-on: https://go-review.googlesource.com/c/go/+/501825
Reviewed-by: Ian Lance Taylor
Reviewed-by: Dmitri Shuralyov
Auto-Submit: Dmitri Shuralyov
TryBot-Bypass: Dmitri Shuralyov
---
doc/go1.21.html | 2 ++
1 file changed, 2 insertions(+)
diff --git a/doc/go1.21.html b/doc/go1.21.html
index 9f53f59c97..3c1d63467b 100644
--- a/doc/go1.21.html
+++ b/doc/go1.21.html
@@ -394,6 +394,8 @@ Do not send CLs removing the interior tags from such phrases.
maps of any key or element type.
+New cmp package
+
The new cmp package defines the type
constraint Ordered
and
--
2.50.0