Versions in this module Expand all Collapse all v0 v0.1.1 May 14, 2023 Changes in this version + func GzipIt(input []byte) ([]byte, error) + func IsGzip(input []byte) bool + func IsWasm(input []byte) bool + func LimitReader(r io.Reader, n int64) io.Reader + func Uncompress(src []byte, limit uint64) ([]byte, error) + type LimitedReader struct + func (l *LimitedReader) Read(p []byte) (n int, err error)