package
Version:
v1.0.1
Opens a new window with list of versions in this module.
Published: Sep 1, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
GzipIt compresses the input ([]byte)
IsGzip returns checks if the file contents are gzip compressed
IsWasm checks if the file contents are of wasm binary
LimitReader returns a Reader that reads from r
but stops with types.ErrLimit after n bytes.
The underlying implementation is a *io.LimitedReader.
Uncompress expects a valid gzip source to unpack or fails. See IsGzip
type LimitedReader struct {
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.