Versions in this module Expand all Collapse all v2 v2.0.0 Sep 13, 2024 Changes in this version + func Gzip(data []byte, level ...int) ([]byte, error) + func GzipFile(srcFilePath, dstFilePath string, level ...int) (err error) + func GzipPathWriter(filePath string, writer io.Writer, level ...int) error + func UnGzip(data []byte) ([]byte, error) + func UnGzipFile(srcFilePath, dstFilePath string) error + func UnZipContent(zippedContent []byte, dstFolderPath string, zippedPrefix ...string) error + func UnZipFile(zippedFilePath, dstFolderPath string, zippedPrefix ...string) error + func UnZlib(data []byte) ([]byte, error) + func ZipPath(fileOrFolderPaths, dstFilePath string, prefix ...string) error + func ZipPathContent(fileOrFolderPaths string, prefix ...string) ([]byte, error) + func ZipPathWriter(fileOrFolderPaths string, writer io.Writer, prefix ...string) error + func Zlib(data []byte) ([]byte, error)