From ba83aa7caa4116266b6cc999d4e1fe9123fe18cb Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Fri, 3 Dec 2021 10:04:49 -0800 Subject: [PATCH] doc/go1.18: add documentation for changes to go/constant Updates #47694 Change-Id: I2ce5aaa4493259790712a8a49e5b03472c8a7400 Reviewed-on: https://go-review.googlesource.com/c/go/+/369094 Trust: Robert Griesemer Reviewed-by: Robert Findley --- doc/go1.18.html | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/doc/go1.18.html b/doc/go1.18.html index ea686933e0..5b0520e9d6 100644 --- a/doc/go1.18.html +++ b/doc/go1.18.html @@ -406,18 +406,11 @@ Do not send CLs removing the interior tags from such phrases. -
go/ast
+
go/constant
-

- TODO: Mention new generics APIs. -

-
-
- -
go/types
-
-

- TODO: Mention new generics APIs. +

+ The new Kind.String + method returns a human-readable name for the receiver kind.

-- 2.48.1