From: Robert Griesemer Date: Fri, 3 Dec 2021 18:11:53 +0000 (-0800) Subject: doc/go1.18: add documentation for changes to go/token X-Git-Tag: go1.18beta1~96 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=821bf04f2aa6b79d1d66ef7aba7537d346ea5a21;p=gostls13.git doc/go1.18: add documentation for changes to go/token Updates #47694 Change-Id: I232fb20b3a77409b84c15f9ec1586e480f0f6390 Reviewed-on: https://go-review.googlesource.com/c/go/+/369095 Trust: Robert Griesemer Reviewed-by: Robert Findley --- diff --git a/doc/go1.18.html b/doc/go1.18.html index 5b0520e9d6..5f32d64283 100644 --- a/doc/go1.18.html +++ b/doc/go1.18.html @@ -415,6 +415,18 @@ Do not send CLs removing the interior tags from such phrases. +
go/token
+
+

+ The new constant TILDE + represents the ~ token per the proposal + + Additions to go/ast and go/token to support parameterized functions and types + . +

+
+
+
image/draw