package
1.1.3
Repository: https://github.com/triplecweb/go-utils.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
Map converts the given struct to a map[string]interface{}.
ValueCopy 对象拷贝 target必须是CanSet的指针,如果是一个空指针,那么需要传递指针的指针。 origin不限制类型,有值就行,指针/对象都可以.