mirror of
https://github.com/octoleo/restic.git
synced 2025-01-23 15:18:31 +00:00
6b17a7110c
The archiver uses FS.OpenFile, where FS is an instance of the FS interface. This is different from fs.OpenFile, which uses the OpenFile method provided by the fs package.