We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd99385 commit 9897655Copy full SHA for 9897655
doc/go1.16.html
@@ -461,10 +461,10 @@ <h3 id="fs">File Systems</h3>
461
462
<p>
463
The new <a href="/pkg/io/fs/"><code>io/fs</code></a> package
464
- defines an abstraction for read-only trees of files,
465
- the <a href="/pkg/io/fs/#FS"><code>fs.FS</code></a> interface,
466
- and the standard library packages have
467
- 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.
468
</p>
469
470
0 commit comments