From: Robert Griesemer Date: Fri, 3 Dec 2021 18:04:49 +0000 (-0800) Subject: doc/go1.18: add documentation for changes to go/constant X-Git-Tag: go1.18beta1~97 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=ba83aa7caa4116266b6cc999d4e1fe9123fe18cb;p=gostls13.git 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 --- 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.