diff --git a/doc/go1.13.html b/doc/go1.13.html new file mode 100644 index 00000000000..ef37c927753 --- /dev/null +++ b/doc/go1.13.html @@ -0,0 +1,97 @@ + + + + + + +

DRAFT RELEASE NOTES - Introduction to Go 1.13

+ +

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

+ +

+TODO +

+ +

Changes to the language

+ +

+TODO +

+ +

Ports

+ +

+TODO +

+ +

Darwin

+ +

+ As announced in the Go 1.12 release notes, + Go 1.13 now requires macOS 10.11 El Capitan or later; + support for previous versions has been discontinued. +

+ +

FreeBSD

+ +

+ As announced in the Go 1.12 release notes, + Go 1.13 now requires FreeBSD 11.2 or later; + support for previous versions has been discontinued. + FreeBSD 12.0 or later requires a kernel with the COMPAT_FREEBSD11 option set (this is the default). +

+ +

Tools

+ +

+TODO +

+ +

Runtime

+ +

+TODO +

+ + +

Core library

+ +

+TODO generally +

+ +

TLS 1.3

+ +

+TODO; link to Go 1.12 notes. +

+ + +

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 +

+