afero/zipfs
Jonas Plum 5fd16ea9f1
Fix zipfs.Readdir and zipfs.Readdirnames
If count == 0 all files should be returned as of https://golang.org/pkg/os/#File.Readdir
2020-04-14 22:36:17 +02:00
..
testdata Add zipfs, an archive/zip-based read-only filesystem 2020-03-30 14:44:04 +02:00
file.go Fix zipfs.Readdir and zipfs.Readdirnames 2020-04-14 22:36:17 +02:00
fs.go Add zipfs, an archive/zip-based read-only filesystem 2020-03-30 14:44:04 +02:00
zipfs_test.go Use filepath.Separator in test code, to fix tests on Windows 2020-03-30 14:44:04 +02:00