Versions in this module Expand all Collapse all v1 v1.0.0 Jan 3, 2019 Changes in this version + func DecodeToFloat64(cn string) (float64, error) + func DecodeToInt64(cn string) (int64, error) + func EncodeFromFloat64(num float64) string + func EncodeFromInt64(num int64) string + func MustDecodeToFloat64(cn string) float64 + func MustDecodeToInt64(cn string) int64