diff --git a/doc/go1.16.html b/doc/go1.16.html index 08f5d5431e0edb..0beb62d160e0b9 100644 --- a/doc/go1.16.html +++ b/doc/go1.16.html @@ -14,13 +14,13 @@ main ul li { margin: 0.5em 0; } -
- - 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. - + The latest Go release, version 1.16, arrives six months after Go 1.15. + Most of its changes are in the implementation of the toolchain, runtime, and libraries. + As always, the release maintains the Go 1 promise of compatibility. + We expect almost all Go programs to continue to compile and run as before.
http.FS
function converts an fs.FS
to an
- http.Handler
.
+ http.FileSystem
.
Also, the html/template
and text/template
packages’ ParseFS
@@ -952,7 +952,7 @@
The new http.FS
function converts an fs.FS
- to an http.Handler
.
+ to an http.FileSystem
.