diff --git a/doc/go1.16.html b/doc/go1.16.html index e1e8c7a8338cc..7ddb4a935ec1c 100644 --- a/doc/go1.16.html +++ b/doc/go1.16.html @@ -982,6 +982,13 @@

Minor changes to the library

io/fs package. This should not affect any existing code.

+ +

+ The new DirFS function + provides an implementation of + fs.FS backed by a tree + of operating system files. +