首页
教程
IT编程
国外技术
登录
标签
struct
go map转struct【mapstructure库】
package mainimport ("fmt""githubmitchellhmapstructure")type Cat struct {Namestring mapstructure
mAP
struct
Mapstructure
admin
7月前
82
0
Go mapstructure及struct中的mapstructure注解
mapstructure的作用是把map[string]interface{}类型的数据根据结构体字段的名称或名称后的注解与“string”进行对应,生成struct对象,大小写不敏感。viper
注解
Mapstructure
struct
admin
7月前
86
0