Versions in this module Expand all Collapse all v0 v0.2.0 Feb 6, 2023 Changes in this version + func Gzip(data []byte, level ...int) ([]byte, error) + func GzipFile(src, dst string, level ...int) error + func UnGzip(data []byte) ([]byte, error) + func UnGzipFile(src, dst string) error + func UnZipContent(data []byte, dest string, path ...string) error + func UnZipFile(archive, dest string, path ...string) error + func UnZlib(data []byte) ([]byte, error) + func ZipPath(paths, dest string, prefix ...string) error + func ZipPathWriter(paths string, writer io.Writer, prefix ...string) error + func Zlib(data []byte) ([]byte, error)