Versions in this module Expand all Collapse all v2 v2.0.2 Mar 23, 2026 Changes in this version + var ErrInvalidAlgorithm = errors.New("invalid compression algorithm") + type Compressor interface + CompressBytes func(in []byte) ([]byte, error) + DecompressBytes func(in []byte) ([]byte, error) + func NewCompressor(a algo) (Compressor, error) v2.0.1 Mar 23, 2026 v2.0.0 Mar 22, 2026 Other modules containing this package github.com/verygoodsoftwarenotvirus/platform