From: Alberto Donizetti Date: Sat, 20 Feb 2021 16:53:43 +0000 (+0100) Subject: doc/1.16: fix link to fs.FileInfo X-Git-Tag: go1.17beta1~1465 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=40656f3a758728276e164ecb48822527a80e5f7b;p=gostls13.git 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 Reviewed-by: Ian Lance Taylor --- diff --git a/doc/go1.16.html b/doc/go1.16.html index 0beb62d160..f2370e8363 100644 --- a/doc/go1.16.html +++ b/doc/go1.16.html @@ -548,7 +548,7 @@ func TestFoo(t *testing.T) { (note: returns a slice of os.DirEntry rather than a slice of - fs.FileInfo) + fs.FileInfo)
  • ReadFile => os.ReadFile