Categorygithub.com/bobg/uncompress/v2
modulepackage
2.0.0
Repository: https://github.com/bobg/uncompress.git
Documentation: pkg.go.dev

# Functions

Open opens the named file for reading.

# Variables

Exts maps a file suffix to the name of the program to use in OpenFile for uncompressing it.

# Type aliases

An Opener receives a ReadCloser with compressed data and returns a ReadCloser with uncompressed data.