//
pkg.gl
Category
github.com/TripleCWeb/go-utils
structs
package
1.1.3
Repository:
https://github.com/triplecweb/go-utils.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
0
Files
74 SLOC
#
Functions
Int64ToInt
No description provided by the author
Map
Map converts the given struct to a map[string]interface{}.
ValueCopy
ValueCopy 对象拷贝 target必须是CanSet的指针,如果是一个空指针,那么需要传递指针的指针。 origin不限制类型,有值就行,指针/对象都可以.