diff --git a/doc/go1.21.html b/doc/go1.21.html index a30811794c..c44f425930 100644 --- a/doc/go1.21.html +++ b/doc/go1.21.html @@ -462,12 +462,12 @@ Do not send CLs removing the interior tags from such phrases.
- TODO: https://go.dev/issue/57803: openFile should implement ReaderAt -
- -- TODO: https://go.dev/cl/483235: embed: implement openFile.ReadAt +
+ The io/fs.File
+ returned by
+ FS.Open now
+ has a ReadAt method that
+ implements io.ReaderAt.