Versions in this module Expand all Collapse all v0 v0.0.7 Dec 9, 2021 Changes in this version + func CopyStructByJSON(src, dst interface{}) error + func CopyStructByReflect(src, dst interface{}) + func ToBool(elem interface{}) bool + func ToCamelCase(str string) string + func ToFloat64(elem interface{}) float64 + func ToSnakeCase(str string) string + func ToString(elem interface{}) string + func ToUint(elem interface{}) uint64