doc/go1.14.html | 28 ++++++++++++++-------------- diff --git a/doc/go1.14.html b/doc/go1.14.html index 6355337a83ee91dcc428b982d5dc633f236a1bce..90f52b0fcb39a1ce2f02b4722c4587cfdbc13332 100644 --- a/doc/go1.14.html +++ b/doc/go1.14.html @@ -14,24 +14,24 @@ -

DRAFT RELEASE NOTES — Introduction to Go 1.14

+

Introduction to Go 1.14

- - Go 1.14 is not yet released. These are work-in-progress - release notes. Go 1.14 is expected to be released in February 2020. - + The latest Go release, version 1.14, arrives six months after Go 1.13. + Most of its changes are in the implementation of the toolchain, runtime, and libraries. + As always, the release maintains the Go 1 promise of compatibility. + We expect almost all Go programs to continue to compile and run as before.

-Module support in the go command is now ready for production use, -and we encourage all users to migrate to Go modules for dependency management. -If you are unable to migrate due to a problem in the Go toolchain, -please ensure that the problem has an -open issue -filed. (If the issue is not on the Go1.15 milestone, please let us -know why it prevents you from migrating so that we can prioritize it -appropriately.) + Module support in the go command is now ready for production use, + and we encourage all users to migrate to Go modules for dependency management. + If you are unable to migrate due to a problem in the Go toolchain, + please ensure that the problem has an + open issue + filed. (If the issue is not on the Go1.15 milestone, please let us + know why it prevents you from migrating so that we can prioritize it + appropriately.)

Changes to the language

@@ -393,7 +393,7 @@

This release includes experimental support for compiler-inserted coverage instrumentation for fuzzing. - See the issue for more + See issue 14565 for more details. This API may change in future releases.