增加简单的数据映射能力

This commit is contained in:
2022-07-04 13:37:16 +08:00
parent d52af7e3f4
commit ec9271c0f3
4 changed files with 91 additions and 5 deletions

3
go.mod
View File

@@ -11,4 +11,7 @@ require (
require (
github.com/Jeffail/gabs v1.4.0 // indirect
github.com/go-ini/ini v1.66.6 // indirect
github.com/tidwall/gjson v1.14.1 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
)