restic/internal/pack
greatroar a23e9c86ba Remove closing logic from Packer.Finalize
The method only ever receives *hashing.Writers, which don't implement
io.Closer. These come from packerManager.findPacker and have their
actual writers closed in Repository.savePacker. Moving the closing logic
to hashing.Writer results in "file already closed" errors.
2020-03-09 14:31:45 +01:00
..
doc.go Moves files 2017-07-23 14:19:13 +02:00
pack_internal_test.go Add tests for the eager-header refactor. 2018-02-22 01:14:04 +00:00
pack_test.go backend: Improve Save() 2018-03-03 15:49:44 +01:00
pack.go Remove closing logic from Packer.Finalize 2020-03-09 14:31:45 +01:00