文件名称:mapper:一个简单易用的工具,用于自动映射器映射到结构,映射到结构,映射到结构,切片到切片,映射到切片,映射到json
文件大小:17KB
文件格式:ZIP
更新时间:2024-06-12 15:28:47
go map golang tool mapper
devfeel /映射器 一个简单易用的工具,用于自动映射器struct映射,struct struct,slice to slice,slice to slice,map to json。 1.安装 go get -u github.com/devfeel/mapper 2.入门 package main import ( "fmt" "github.com/devfeel/mapper" ) type ( User struct { Name string Age int Id string `mapper:"_id"` AA string `json:"Score"` Time time. Time } Student struct { Name string Age int Id string `mapper:"_
【文件预览】:
mapper-master
----mapper_internal.go(6KB)
----example()
--------structfield()
--------main.go(1KB)
--------typewrapper()
----mapper.go(9KB)
----.github()
--------workflows()
----reflectx()
--------reflectx.go(712B)
--------reflectx_test.go(788B)
----convert.go(5KB)
----jsontime.go(693B)
----mapper_test.go(10KB)
----jsontime_test.go(890B)
----version.md(7KB)
----README.md(2KB)
----wrapper.go(569B)