Versions in this module Expand all Collapse all v1 v1.0.0 Apr 20, 2025 Changes in this version + func GzipDecode(input []byte) ([]byte, error) + func GzipEncode(input []byte) ([]byte, error) + func MarshalJsonAndGzip(data interface{}) ([]byte, error) + func UnmarshalDataFromJsonWithGzip(input []byte, output interface{}) error