mirror of
https://github.com/restic/restic.git
synced 2026-07-14 19:24:53 +00:00
Only the `Sys()` value from os.FileInfo is kept as field `sys` to support Windows. The os.FileInfo removal ensures that for values like `ModTime` that existed in both data structures there's no more confusion which value is actually used.