1
1
mirror of https://github.com/wader/fq.git synced 2024-11-23 09:56:07 +03:00
fq/format/gzip
Mattias Wadman ac276ee119 gzip: Correctly handle multiple members
A gzip file consists of one or more "members" that are concatenated on uncompress.

Introduce a members array with each member and uncompressed is now the concatenation.

Fixes #794
2023-10-24 10:45:32 +02:00
..
testdata gzip: Correctly handle multiple members 2023-10-24 10:45:32 +02:00
gzip.go gzip: Correctly handle multiple members 2023-10-24 10:45:32 +02:00