Change-Id: Idc54967e962352a598c9d4c563d1d9f51ec5c889
Reviewed-on: https://go-review.googlesource.com/c/go/+/285680
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Trust: Brad Fitzpatrick <bradfitz@golang.org>
<p>
The new <a href="/pkg/io/fs/"><code>io/fs</code></a> package
- defines an abstraction for read-only trees of files,
- the <a href="/pkg/io/fs/#FS"><code>fs.FS</code></a> interface,
- and the standard library packages have
- been adapted to make use of the interface as appropriate.
+ defines the <a href="/pkg/io/fs/#FS"><code>fs.FS</code></a> interface,
+ an abstraction for read-only trees of files.
+ The standard library packages have been adapted to make use
+ of the interface as appropriate.
</p>
<p>