|
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.16</h2> |
| 17 | +<h2 id="introduction">Introduction to Go 1.16</h2> |
18 | 18 |
|
19 | 19 | <p>
|
20 |
| - <strong> |
21 |
| - Go 1.16 is not yet released. These are work-in-progress |
22 |
| - release notes. Go 1.16 is expected to be released in February 2021. |
23 |
| - </strong> |
| 20 | + The latest Go release, version 1.16, arrives six months after <a href="/doc/go1.15">Go 1.15</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 | <h2 id="language">Changes to the language</h2>
|
@@ -505,7 +505,7 @@ <h3 id="fs">File Systems</h3>
|
505 | 505 | On the consumer side,
|
506 | 506 | the new <a href="/pkg/net/http/#FS"><code>http.FS</code></a>
|
507 | 507 | function converts an <code>fs.FS</code> to an
|
508 |
| - <a href="/pkg/net/http/#Handler"><code>http.Handler</code></a>. |
| 508 | + <a href="/pkg/net/http/#FileSystem"><code>http.FileSystem</code></a>. |
509 | 509 | Also, the <a href="/pkg/html/template/"><code>html/template</code></a>
|
510 | 510 | and <a href="/pkg/text/template/"><code>text/template</code></a>
|
511 | 511 | packages’ <a href="/pkg/html/template/#ParseFS"><code>ParseFS</code></a>
|
@@ -952,7 +952,7 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
|
952 | 952 | <p><!-- CL 243939 -->
|
953 | 953 | The new <a href="/pkg/net/http/#FS"><code>http.FS</code></a>
|
954 | 954 | function converts an <a href="/pkg/io/fs/#FS"><code>fs.FS</code></a>
|
955 |
| - to an <a href="/pkg/net/http/#Handler"><code>http.Handler</code></a>. |
| 955 | + to an <a href="/pkg/net/http/#FileSystem"><code>http.FileSystem</code></a>. |
956 | 956 | </p>
|
957 | 957 | </dd>
|
958 | 958 | </dl><!-- net/http -->
|
|
0 commit comments