Skip to content

Commit 6530f26

Browse files
committed
doc/go1.16: remove draft notice
Fixes #40700. Change-Id: I99ed479d1bb3cdf469c0209720c728276182a7a9 Reviewed-on: https://go-review.googlesource.com/c/go/+/291809 Reviewed-by: Alexander Rakoczy <[email protected]> Reviewed-by: Carlos Amedee <[email protected]> Trust: Alexander Rakoczy <[email protected]> Run-TryBot: Alexander Rakoczy <[email protected]> TryBot-Result: Go Bot <[email protected]>
1 parent 353e111 commit 6530f26

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

doc/go1.16.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
main ul li { margin: 0.5em 0; }
1515
</style>
1616

17-
<h2 id="introduction">DRAFT RELEASE NOTES — Introduction to Go 1.16</h2>
17+
<h2 id="introduction">Introduction to Go 1.16</h2>
1818

1919
<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.
2424
</p>
2525

2626
<h2 id="language">Changes to the language</h2>
@@ -505,7 +505,7 @@ <h3 id="fs">File Systems</h3>
505505
On the consumer side,
506506
the new <a href="/pkg/net/http/#FS"><code>http.FS</code></a>
507507
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>.
509509
Also, the <a href="/pkg/html/template/"><code>html/template</code></a>
510510
and <a href="/pkg/text/template/"><code>text/template</code></a>
511511
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>
952952
<p><!-- CL 243939 -->
953953
The new <a href="/pkg/net/http/#FS"><code>http.FS</code></a>
954954
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>.
956956
</p>
957957
</dd>
958958
</dl><!-- net/http -->

0 commit comments

Comments
 (0)