Skip to content

Commit 40656f3

Browse files
committed
doc/1.16: fix link to fs.FileInfo
Updates #40700 Change-Id: Ifff622ccadaa31c0c0684c3c695aadcaa2305623 Reviewed-on: https://go-review.googlesource.com/c/go/+/294669 Trust: Alberto Donizetti <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent d4b2638 commit 40656f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/go1.16.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ <h3 id="ioutil">Deprecation of io/ioutil</h3>
548548
(note: returns a slice of
549549
<a href="/pkg/os/#DirEntry"><code>os.DirEntry</code></a>
550550
rather than a slice of
551-
<a href="/pkg/fs/#FileInfo"><code>fs.FileInfo</code></a>)
551+
<a href="/pkg/io/fs/#FileInfo"><code>fs.FileInfo</code></a>)
552552
</li>
553553
<li><a href="/pkg/io/ioutil/#ReadFile"><code>ReadFile</code></a>
554554
=> <a href="/pkg/os/#ReadFile"><code>os.ReadFile</code></a></li>

0 commit comments

Comments
 (0)