package
0.0.12
Repository: https://github.com/jonjohnsonjr/dagdotdev.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewReader creates a new Reader reading the given reader.
No description provided by the author

# Variables

ErrChecksum is returned when reading GZIP data that has an invalid checksum.
ErrHeader is returned when reading GZIP data that has an invalid header.

# Structs

The gzip file stores a header giving metadata about the compressed file.
A Reader is an io.Reader that can be read to retrieve uncompressed data from a gzip-format compressed file.
No description provided by the author