From a682cba19bdea85c1ee85fc0034232d3980b4112 Mon Sep 17 00:00:00 2001 From: "Bryan C. Mills" Date: Thu, 20 Feb 2020 09:31:04 -0500 Subject: [PATCH] doc/go1.15: create go1.15.html Copied from go1.14.html, with changes redacted back to TODOs following the model of CL 195058. 'relnote -html' does not report any changes at this time. Updates #33738 Change-Id: I580232805ab7db35935f3e1ba03b720be4796a7e Reviewed-on: https://go-review.googlesource.com/c/go/+/220278 Reviewed-by: Alexander Rakoczy Run-TryBot: Alexander Rakoczy TryBot-Result: Gobot Gobot --- doc/go1.15.html | 73 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 doc/go1.15.html diff --git a/doc/go1.15.html b/doc/go1.15.html new file mode 100644 index 0000000000..6c9952bafc --- /dev/null +++ b/doc/go1.15.html @@ -0,0 +1,73 @@ + + + + + + +

DRAFT RELEASE NOTES — Introduction to Go 1.15

+ +

+ + Go 1.15 is not yet released. These are work-in-progress + release notes. Go 1.15 is expected to be released in August 2020. + +

+ +

Changes to the language

+ +

+TODO +

+ +

Ports

+ +

+TODO +

+ +

Tools

+ +

+TODO +

+ +

Go command

+ +

+TODO +

+ +

Runtime

+ +

+TODO +

+ + +

Core library

+ +

+TODO +

+ +

Minor changes to the library

+ +

+ As always, there are various minor changes and updates to the library, + made with the Go 1 promise of compatibility + in mind. +

+ +

+TODO +

-- 2.50.0