Versions in this module Expand all Collapse all v0 v0.4.0 May 5, 2022 Changes in this version + const Bytes + const Int + const String + const Uint64 + const Uint8 + func Bytes2String(v []byte) string + func Bytes2Uint64(v []byte) (b uint64, err error) + func Decode(data []byte) []interface + func Encode(ks ...interface{}) []byte + func EncodeKey(ks ...interface{}) []byte + func String2Bytes(v string) []byte + func String2Uint64(v string) (b uint64, err error) + func Uint642Bytes(v uint64) []byte + func Uint642String(v uint64) string