Versions in this module Expand all Collapse all v1 v1.0.0 Jul 31, 2023 Changes in this version + func Json2Struct(str string, obj any) + func Str2UUIDArr(str string) (ids []uuid.UUID) + func Str2Uint(str string) uint + func Str2UintArr(str string) (ids []uint) + func Struct2Json(obj any) string + func Struct2Struct(src, dist any)