Struct2Map:Struct2Map隐蔽性将结构类型转换为map [string] interface {}的实例
共4个文件
go:2个
md:1个
mod:1个
需积分: 9 74 浏览量 2021-04-04 06:40:07 上传 评论 收藏 2KB ZIP 举报
身份认证 购VIP最低享 7 折!
领优惠券(最高得80元)

Struct2Map Struct2Map隐蔽性将结构类型转换为map[string]interface{}的实例 Usage: go get github.com/haibeey/struct2Map val,err:=struct2map.Struct2Map(struct) if err != nil { t.Errorf(err.Error()) }