feat(Go-StudyExample):创建项目,添加使用示例如下:
map与struct之间转换的处理工具使用示例,参考代码地址:https://github.com/mitchellh/mapstructure json与struct之间转换处理工具使用示例
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package entity
|
||||
|
||||
type Entity struct {
|
||||
Num int
|
||||
S string
|
||||
T map[string]string
|
||||
}
|
||||
Reference in New Issue
Block a user