mirror of
https://github.com/restic/restic.git
synced 2026-08-13 09:03:17 +00:00
Update the chunker dependency. Move the chunk memory handling into the fileSaver. This minimizes the logic required in a chunker implementation. readNextChunk is a direct derivative of Chunker.Next.