mirror of
https://github.com/restic/restic.git
synced 2026-07-15 11:44:53 +00:00
Move TempFile and PreallocateFile into internal/fileio. internal/fs primarily focuses on converting between data.Node and the actual filesystem state. Extract the two methods to not pull in unnecessary dependencies.