Versions in this module Expand all Collapse all v1 v1.0.0 Oct 16, 2024 Changes in this version + func ByteToStr(b []byte) string + func ByteToStrByUnsafe(b []byte) string + func GbkToUtf8(s []byte) ([]byte, error) + func ObjToMap(data any) (maps any, err error) + func StrToByte(s string) []byte + func StrToByteByReflect(s string) []byte + func StrToByteByUnsafe(s string) []byte + func TransEncoding(src string, srcCode string, dstCode string) string + func Utf8ToGbk(s []byte) ([]byte, error) + func WeakMapToStructWithTag(inMap, outStruct any, tagName string) error