Versions in this module Expand all Collapse all v1 v1.6.65 Sep 23, 2024 v1.6.64 Sep 13, 2024 v1.6.4 Sep 13, 2024 Changes in this version + func GzipDecompress(bs []byte) ([]byte, error) + func ZstdCompress(dst, src []byte, l zstd.EncoderLevel) ([]byte, error) + func ZstdDecompress(dst, src []byte) ([]byte, error)