mirror of
https://github.com/kopia/kopia.git
synced 2026-03-16 13:17:27 -04:00
This was introduced by a refactoring in #1361 - unlike ioutil.ReadDir() which internally handles list/delete race and always returns os.FileInfo, Info() on os.DirEntry can fail if a file is deleted right after listing it. Fixes #1486