Skip to content

Commit

Permalink
doc/go1.16: remove draft notice
Browse files Browse the repository at this point in the history
Fixes #40700.

Change-Id: I99ed479d1bb3cdf469c0209720c728276182a7a9
Reviewed-on: https://go-review.googlesource.com/c/go/+/291809
Reviewed-by: Alexander Rakoczy <alex@golang.org>
Reviewed-by: Carlos Amedee <carlos@golang.org>
Trust: Alexander Rakoczy <alex@golang.org>
Run-TryBot: Alexander Rakoczy <alex@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
  • Loading branch information
dmitshur committed Feb 16, 2021
1 parent 353e111 commit 6530f26
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions doc/go1.16.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
main ul li { margin: 0.5em 0; }
</style>

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

<p>
<strong>
Go 1.16 is not yet released. These are work-in-progress
release notes. Go 1.16 is expected to be released in February 2021.
</strong>
The latest Go release, version 1.16, arrives six months after <a href="/doc/go1.15">Go 1.15</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>

<h2 id="language">Changes to the language</h2>
Expand Down Expand Up @@ -505,7 +505,7 @@ <h3 id="fs">File Systems</h3>
On the consumer side,
the new <a href="/pkg/net/http/#FS"><code>http.FS</code></a>
function converts an <code>fs.FS</code> to an
<a href="/pkg/net/http/#Handler"><code>http.Handler</code></a>.
<a href="/pkg/net/http/#FileSystem"><code>http.FileSystem</code></a>.
Also, the <a href="/pkg/html/template/"><code>html/template</code></a>
and <a href="/pkg/text/template/"><code>text/template</code></a>
packages’ <a href="/pkg/html/template/#ParseFS"><code>ParseFS</code></a>
Expand Down Expand Up @@ -952,7 +952,7 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
<p><!-- CL 243939 -->
The new <a href="/pkg/net/http/#FS"><code>http.FS</code></a>
function converts an <a href="/pkg/io/fs/#FS"><code>fs.FS</code></a>
to an <a href="/pkg/net/http/#Handler"><code>http.Handler</code></a>.
to an <a href="/pkg/net/http/#FileSystem"><code>http.FileSystem</code></a>.
</p>
</dd>
</dl><!-- net/http -->
Expand Down

0 comments on commit 6530f26

Please sign in to comment.