package
0.64.11
Repository: https://github.com/grokify/mogo.git
Documentation: pkg.go.dev

# Functions

Compress compresses a byte slide and writes the results to the supplied `io.Writer`.
CompressBase64JSON performs a JSON encoding, gzip compression and then base64 encodes the data.
CompressBytes performs gzip compression on a byte slice.
CompressFileToBase64String compresses a file to base64 encoded string.
CompressToBase64String performs gzip compression and then base64 encodes the data.
No description provided by the author
Uncompress gunzips a byte slice and writes the results to a `io.Writer`.
UncompressBase64JSON JSON encodes data, compresses it and then base 64 compresses the data.
UncompressBase64String base 64 decodes an input string and then gunzips the results.
No description provided by the author
UncompressBytes gunzips a byte slice.