From: Adam Mitha Date: Fri, 14 May 2021 17:58:01 +0000 (-0700) Subject: doc/go1.17: document io/fs changes for Go 1.17 X-Git-Tag: go1.17beta1~119 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=8876b9bd6a8a0c206c0a5d59302ce5167f26e9f3;p=gostls13.git doc/go1.17: document io/fs changes for Go 1.17 For #44513 Fixes #46011 Change-Id: I862ef9a4314cd34fb8c828a8cd7d0a7b36c6f683 Reviewed-on: https://go-review.googlesource.com/c/go/+/320151 Reviewed-by: Heschi Kreinick Trust: Heschi Kreinick Trust: Robert Findley Trust: Dmitri Shuralyov --- diff --git a/doc/go1.17.html b/doc/go1.17.html index ae9deabf65..4561b6ccf5 100644 --- a/doc/go1.17.html +++ b/doc/go1.17.html @@ -351,7 +351,7 @@ Do not send CLs removing the interior tags from such phrases.
io/fs

- TODO: https://golang.org/cl/293649: implement FileInfoToDirEntry + The new FileInfoToDirEntry function converts a FileInfo to a DirEntry.