From b3de3e52c28b87b7849ef5c030cb280763b549ef Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Wed, 12 Aug 2020 10:34:15 -0400 Subject: [PATCH] doc/go1.16: start draft release notes This template is based on CL 220278 and previous ones like it. Include Compiler and Linker sections proactively, they can be removed if they don't end up being needed for Go 1.16. Use two spaces of indentation for TODOs to set a better precedent for the final text that will take its place. 'relnote -html' does not report any changes at this time. For #40700. Change-Id: I096b0ce0d33aaaa6fae9c91c0d2dfb89b9c5e94c Reviewed-on: https://go-review.googlesource.com/c/go/+/248198 Reviewed-by: Carlos Amedee --- doc/go1.16.html | 84 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 doc/go1.16.html diff --git a/doc/go1.16.html b/doc/go1.16.html new file mode 100644 index 00000000000..f0e26a1033d --- /dev/null +++ b/doc/go1.16.html @@ -0,0 +1,84 @@ + + + + + + +

DRAFT RELEASE NOTES — Introduction to Go 1.16

+ +

+ + Go 1.16 is not yet released. These are work-in-progress + release notes. Go 1.16 is expected to be released in February 2021. + +

+ +

Changes to the language

+ +

+ TODO +

+ +

Ports

+ +

+ TODO +

+ +

Tools

+ +

+ TODO +

+ +

Go command

+ +

+ TODO +

+ +

Runtime

+ +

+ TODO +

+ +

Compiler

+ +

+ TODO +

+ +

Linker

+ +

+ 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 +