Skip to content

Commit

Permalink
doc/1.16: fix link to fs.FileInfo
Browse files Browse the repository at this point in the history
Updates #40700

Change-Id: Ifff622ccadaa31c0c0684c3c695aadcaa2305623
Reviewed-on: https://go-review.googlesource.com/c/go/+/294669
Trust: Alberto Donizetti <alb.donizetti@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
  • Loading branch information
ALTree committed Feb 20, 2021
1 parent d4b2638 commit 40656f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/go1.16.html
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ <h3 id="ioutil">Deprecation of io/ioutil</h3>
(note: returns a slice of
<a href="/pkg/os/#DirEntry"><code>os.DirEntry</code></a>
rather than a slice of
<a href="/pkg/fs/#FileInfo"><code>fs.FileInfo</code></a>)
<a href="/pkg/io/fs/#FileInfo"><code>fs.FileInfo</code></a>)
</li>
<li><a href="/pkg/io/ioutil/#ReadFile"><code>ReadFile</code></a>
=> <a href="/pkg/os/#ReadFile"><code>os.ReadFile</code></a></li>
Expand Down

0 comments on commit 40656f3

Please sign in to comment.