README ¶ greflect 包 简介 greflect 包提供了反射相关的工具函数。 功能特性 类型检查:检查类型信息 值获取:获取反射值 结构体操作:操作结构体字段 安装 go get github.com/snail007/gmc/util/reflect 相关链接 GMC 框架主页 Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func DeepCopy(src interface{}) interface{} Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func DeepCopy ¶ func DeepCopy(src interface{}) interface{} Types ¶ This section is empty. Source Files ¶ View all Source files reflect.go Click to show internal directories. Click to hide internal directories.