blob: 22eabf7ed6fc3f56628cccd218f822dd53cba322 [file] [view]
<!-- go.dev/issue/80822 -->
The `ReadAt` methods of files returned by [testing/fstest.MapFile.Open]
now return [io.EOF] when called with an offset at or beyond the end
of the file, as required by [io.ReaderAt].