From: Dmitri Shuralyov
Date: Sun, 11 Jun 2023 01:06:25 +0000 (-0400)
Subject: doc/go1.21: add heading for cmp package
X-Git-Tag: go1.21rc1~38
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=bd8c1330974bf403f0d6b167b81914dbdde0f846;p=gostls13.git
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
---
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