Versions in this module Expand all Collapse all v1 v1.0.0 Oct 9, 2021 Changes in this version + func CompressFile(file1 string, file2 string) + func CompressInt(a int) string + func CompressObjectInternal(obj interface{}, keys *[]string, values *[]string) interface + func DecompressFile(file1 string, file2 string) + func DecompressInt(s string) int + func DecompressObjectInternal(obj interface{}, keys []string, values []string) interface + type ObjectInternalJSON struct + Data map[string]interface{} + Keys []string + Values []string + func UnmarshalObjectInternalJSON(data []byte) (ObjectInternalJSON, error)