mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-21 07:07:50 +00:00
Neither of the SparseWriter users actually _wants_ the underlying WriteSeeker to be closed; so, don't. That makes it clear where the responsibility for closing the file lies, and allows us to remove the reliance on the destinations reliably returning ErrClosed. Signed-off-by: Miloslav Trmač <mitr@redhat.com> |
||
|---|---|---|
| .. | ||
| testdata | ||
| compression_test.go | ||
| config.go | ||
| copy_test.go | ||
| decompress.go | ||
| generic.go | ||
| gzip.go | ||
| sparse_file_writer.go | ||
| sparse_file_writer_test.go | ||
| uncompressed.go | ||
| xz.go | ||
| zip.go | ||
| zstd.go | ||