main ul li { margin: 0.5em 0; }
</style>
-<h2 id="introduction">DRAFT RELEASE NOTES — Introduction to Go 1.14</h2>
+<h2 id="introduction">Introduction to Go 1.14</h2>
<p>
- <strong>
- 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.
- </strong>
+ The latest Go release, version 1.14, arrives six months after <a href="go1.13">Go 1.13</a>.
+ Most of its changes are in the implementation of the toolchain, runtime, and libraries.
+ As always, the release maintains the Go 1 <a href="/doc/go1compat.html">promise of compatibility</a>.
+ We expect almost all Go programs to continue to compile and run as before.
</p>
<p>
-Module support in the <code>go</code> 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
-<a href="https://golang.org/issue?q=is%3Aissue+is%3Aopen+label%3Amodules">open issue</a>
-filed. (If the issue is not on the <code>Go1.15</code> milestone, please let us
-know why it prevents you from migrating so that we can prioritize it
-appropriately.)
+ Module support in the <code>go</code> 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
+ <a href="https://golang.org/issue?q=is%3Aissue+is%3Aopen+label%3Amodules">open issue</a>
+ filed. (If the issue is not on the <code>Go1.15</code> milestone, please let us
+ know why it prevents you from migrating so that we can prioritize it
+ appropriately.)
</p>
<h2 id="language">Changes to the language</h2>
<p><!-- CL 202117 -->
This release includes experimental support for compiler-inserted
coverage instrumentation for fuzzing.
- See <a href="https://golang.org/issue/14565">the issue</a> for more
+ See <a href="https://golang.org/issue/14565">issue 14565</a> for more
details.
This API may change in future releases.
</p>