mirror of
https://github.com/restic/restic.git
synced 2026-02-03 20:39:52 -05:00
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. |
||
|---|---|---|
| .. | ||
| doc.go | ||
| pack.go | ||
| pack_internal_test.go | ||
| pack_test.go | ||