Versions in this module Expand all Collapse all v0 v0.0.5 Feb 26, 2022 Changes in this version + func GZIPCompress(src io.Reader, writeTo io.Writer) (err error) + func GZIPCompressFile(filePath string) (err error) + func GZIPUncompress(src io.Reader, writeTo io.Writer) (err error) + func GZIPUnompressFile(filePath string) (err error)