mirror of
https://github.com/restic/restic.git
synced 2025-12-20 23:00:24 -05:00
fakeDir.{Readdir,Readdirnames} weren't handling the case n == 0
correctly. fakeFileInfo.sys is always nil, so omit the field.
|
||
|---|---|---|
| .. | ||
| const.go | ||
| const_unix.go | ||
| const_windows.go | ||
| deviceid_unix.go | ||
| deviceid_windows.go | ||
| doc.go | ||
| file.go | ||
| file_unix.go | ||
| file_windows.go | ||
| fs_local.go | ||
| fs_reader.go | ||
| fs_reader_test.go | ||
| fs_track.go | ||
| helpers.go | ||
| interface.go | ||
| path_prefix.go | ||
| path_prefix_test.go | ||
| stat.go | ||
| stat_bsd.go | ||
| stat_test.go | ||
| stat_unix.go | ||
| stat_windows.go | ||