|
14 | 14 | main ul li { margin: 0.5em 0; }
|
15 | 15 | </style>
|
16 | 16 |
|
17 |
| -<h2 id="introduction">DRAFT RELEASE NOTES — Introduction to Go 1.14</h2> |
| 17 | +<h2 id="introduction">Introduction to Go 1.14</h2> |
18 | 18 |
|
19 | 19 | <p>
|
20 |
| - <strong> |
21 |
| - Go 1.14 is not yet released. These are work-in-progress |
22 |
| - release notes. Go 1.14 is expected to be released in February 2020. |
23 |
| - </strong> |
| 20 | + The latest Go release, version 1.14, arrives six months after <a href="go1.13">Go 1.13</a>. |
| 21 | + Most of its changes are in the implementation of the toolchain, runtime, and libraries. |
| 22 | + As always, the release maintains the Go 1 <a href="/doc/go1compat.html">promise of compatibility</a>. |
| 23 | + We expect almost all Go programs to continue to compile and run as before. |
24 | 24 | </p>
|
25 | 25 |
|
26 | 26 | <p>
|
27 |
| -Module support in the <code>go</code> command is now ready for production use, |
28 |
| -and we encourage all users to migrate to Go modules for dependency management. |
29 |
| -If you are unable to migrate due to a problem in the Go toolchain, |
30 |
| -please ensure that the problem has an |
31 |
| -<a href="https://golang.org/issue?q=is%3Aissue+is%3Aopen+label%3Amodules">open issue</a> |
32 |
| -filed. (If the issue is not on the <code>Go1.15</code> milestone, please let us |
33 |
| -know why it prevents you from migrating so that we can prioritize it |
34 |
| -appropriately.) |
| 27 | + Module support in the <code>go</code> command is now ready for production use, |
| 28 | + and we encourage all users to migrate to Go modules for dependency management. |
| 29 | + If you are unable to migrate due to a problem in the Go toolchain, |
| 30 | + please ensure that the problem has an |
| 31 | + <a href="https://golang.org/issue?q=is%3Aissue+is%3Aopen+label%3Amodules">open issue</a> |
| 32 | + filed. (If the issue is not on the <code>Go1.15</code> milestone, please let us |
| 33 | + know why it prevents you from migrating so that we can prioritize it |
| 34 | + appropriately.) |
35 | 35 | </p>
|
36 | 36 |
|
37 | 37 | <h2 id="language">Changes to the language</h2>
|
@@ -393,7 +393,7 @@ <h2 id="compiler">Compiler</h2>
|
393 | 393 | <p><!-- CL 202117 -->
|
394 | 394 | This release includes experimental support for compiler-inserted
|
395 | 395 | coverage instrumentation for fuzzing.
|
396 |
| - See <a href="https://golang.org/issue/14565">the issue</a> for more |
| 396 | + See <a href="https://golang.org/issue/14565">issue 14565</a> for more |
397 | 397 | details.
|
398 | 398 | This API may change in future releases.
|
399 | 399 | </p>
|
|
0 commit comments