package
6.0.0+incompatible
Repository: https://github.com/srcup/u-root.git
Documentation: pkg.go.dev

# Functions

Compress takes input from io.Reader and deflates it using pgzip to io.Writer.
Decompress takes gzip compressed input from io.Reader and expands it using pgzip to io.Writer.

# Structs

File is a file path to be compressed or decompressed.
Options represents the CLI options possible, controlling how gzip operates on the given input data.