afero/mem
Bruno Reis 24ef172f2b Fixes #352.
Add tests:
- ``*mem.File` implementation of `io.ReaderAt` must return non-nil error when reading less than length of give slice.
- `MemMapFs` must pass `fstest.TestFS` tests for non-empty files.

Fixes the bug.
2022-05-10 13:19:00 -07:00
..
dir.go fix mem.DirMap and mem.Dir to only use *FileData and not *File handles 2016-01-04 00:18:26 +01:00
dirmap.go fix mem.DirMap and mem.Dir to only use *FileData and not *File handles 2016-01-04 00:18:26 +01:00
file.go Fixes #352. 2022-05-10 13:19:00 -07:00
file_test.go Fixes #352. 2022-05-10 13:19:00 -07:00