mirror of
https://github.com/kopia/kopia.git
synced 2026-01-26 15:28:06 -05: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