From: Dmitri Shuralyov Date: Thu, 3 Dec 2020 17:07:52 +0000 (+0000) Subject: doc/go1.16: document no language changes X-Git-Tag: go1.16beta1~83 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=edf60be151;p=gostls13.git doc/go1.16: document no language changes There are no language changes in Go 1.16, so document that. For #40700. Fixes #42976. Change-Id: I80b0d2ce6cf550c00c0f026ee59ac9fbce6310be Reviewed-on: https://go-review.googlesource.com/c/go/+/275117 Trust: Dmitri Shuralyov Reviewed-by: Ian Lance Taylor --- diff --git a/doc/go1.16.html b/doc/go1.16.html index 62d9b97db8..ce93ab349e 100644 --- a/doc/go1.16.html +++ b/doc/go1.16.html @@ -26,7 +26,7 @@ Do not send CLs removing the interior tags from such phrases.

Changes to the language

- TODO + There are no changes to the language.

Ports