From: Dmitri Shuralyov Date: Thu, 28 May 2020 16:23:50 +0000 (-0400) Subject: doc/go1.15: document no language changes X-Git-Tag: go1.15beta1~97 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=5a00adf1ea4320bb7f6c2d0b5ae7cf540275c0a4;p=gostls13.git doc/go1.15: document no language changes There are no language changes in Go 1.15, so document that. For #37419. Change-Id: I1e96e58b701f1758d64c79881dfa0b1109836b83 Reviewed-on: https://go-review.googlesource.com/c/go/+/235580 Reviewed-by: Robert Griesemer --- diff --git a/doc/go1.15.html b/doc/go1.15.html index 79b18a3720..ba68c65463 100644 --- a/doc/go1.15.html +++ b/doc/go1.15.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