@@ -166,6 +166,12 @@ ini.MapStruct(ini.DefSection(), user)
166
166
dump.P (user)
167
167
```
168
168
169
+ Special, mapping all data:
170
+
171
+ ``` go
172
+ ini.MapStruct (" " , ptr)
173
+ ```
174
+
169
175
## Variable reference resolution
170
176
171
177
``` ini
@@ -247,6 +253,21 @@ golint ./...
247
253
- [ go-ini/ini] ( https://github.com/go-ini/ini ) ini parser and config manage
248
254
- [ dombenson/go-ini] ( https://github.com/dombenson/go-ini ) ini parser and config manage
249
255
256
+ ## Gookit packages
257
+
258
+ - [ gookit/ini] ( https://github.com/gookit/ini ) Go config management, use INI files
259
+ - [ gookit/rux] ( https://github.com/gookit/rux ) Simple and fast request router for golang HTTP
260
+ - [ gookit/gcli] ( https://github.com/gookit/gcli ) Build CLI application, tool library, running CLI commands
261
+ - [ gookit/slog] ( https://github.com/gookit/slog ) Lightweight, easy to extend, configurable logging library written in Go
262
+ - [ gookit/color] ( https://github.com/gookit/color ) A command-line color library with true color support, universal API methods and Windows support
263
+ - [ gookit/event] ( https://github.com/gookit/event ) Lightweight event manager and dispatcher implements by Go
264
+ - [ gookit/cache] ( https://github.com/gookit/cache ) Generic cache use and cache manager for golang. support File, Memory, Redis, Memcached.
265
+ - [ gookit/config] ( https://github.com/gookit/config ) Go config management. support JSON, YAML, TOML, INI, HCL, ENV and Flags
266
+ - [ gookit/filter] ( https://github.com/gookit/filter ) Provide filtering, sanitizing, and conversion of golang data
267
+ - [ gookit/validate] ( https://github.com/gookit/validate ) Use for data validation and filtering. support Map, Struct, Form data
268
+ - [ gookit/goutil] ( https://github.com/gookit/goutil ) Some utils for the Go: string, array/slice, map, format, cli, env, filesystem, test and more
269
+ - More, please see https://github.com/gookit
270
+
250
271
## License
251
272
252
273
** MIT**
0 commit comments