From cfae70ccb141ffc3c087bc0b5f927acbdb934c6f Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Wed, 24 Aug 2022 11:21:55 -0400 Subject: [PATCH] doc: start draft Go 1.20 release notes This initial release notes template is based on previous releases. CL 425354 adds initial content generated by 'relnote -html'. For #54202. Change-Id: I36e15723edc9610d61986ba226ee84c2b30a33af Reviewed-on: https://go-review.googlesource.com/c/go/+/425334 Reviewed-by: Carlos Amedee Reviewed-by: Dmitri Shuralyov Auto-Submit: Dmitri Shuralyov Run-TryBot: Dmitri Shuralyov TryBot-Result: Gopher Robot --- doc/go1.20.html | 77 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 doc/go1.20.html diff --git a/doc/go1.20.html b/doc/go1.20.html new file mode 100644 index 0000000000..dad9c319af --- /dev/null +++ b/doc/go1.20.html @@ -0,0 +1,77 @@ + + + + + + +

DRAFT RELEASE NOTES — Introduction to Go 1.20

+ +

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

+ +

Changes to the language

+ +

+ TODO: complete this section +

+ +

Ports

+ +

+ TODO: complete this section, or delete if not needed +

+ +

Tools

+ +

Go command

+ +

+ TODO: complete this section, or delete if not needed +

+ +

Runtime

+ +

+ TODO: complete this section, or delete if not needed +

+ +

Compiler

+ +

+ TODO: complete this section, or delete if not needed +

+ +

Linker

+ +

+ TODO: complete this section, or delete if not needed +

+ +

Core library

+ +

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. + There are also various performance improvements, not enumerated here. +

+ +

+ TODO: complete this section +

-- 2.50.0