From 40656f3a758728276e164ecb48822527a80e5f7b Mon Sep 17 00:00:00 2001 From: Alberto Donizetti Date: Sat, 20 Feb 2021 17:53:43 +0100 Subject: [PATCH] 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 --- doc/go1.16.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/go1.16.html b/doc/go1.16.html index 0beb62d160e0b9..f2370e83630e34 100644 --- a/doc/go1.16.html +++ b/doc/go1.16.html @@ -548,7 +548,7 @@

Deprecation of io/ioutil

(note: returns a slice of os.DirEntry rather than a slice of - fs.FileInfo) + fs.FileInfo)
  • ReadFile => os.ReadFile