package
1.0.1
Repository: https://github.com/wuqishan/go_kit.git
Documentation: pkg.go.dev

# Functions

Gzip compresses `data` using gzip algorithm.
GzipFile compresses the file `src` to `dst` using gzip algorithm.
GzipPathWriter compresses `filePath` to `writer` using gzip compressing algorithm.
UnGzip decompresses `data` with gzip algorithm.
UnGzipFile decompresses srcFilePath `src` to `dst` using gzip algorithm.
UnZlib decompresses `data` with zlib algorithm.
Zlib compresses `data` with zlib algorithm.