Skip to content

Commit 5365daf

Browse files
committedJul 28, 2021
doc: update readme
Signed-off-by: inhere <in.798@qq.com>
1 parent 96c9411 commit 5365daf

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed
 

‎README.md

+21
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,12 @@ ini.MapStruct(ini.DefSection(), user)
166166
dump.P(user)
167167
```
168168

169+
Special, mapping all data:
170+
171+
```go
172+
ini.MapStruct("", ptr)
173+
```
174+
169175
## Variable reference resolution
170176

171177
```ini
@@ -247,6 +253,21 @@ golint ./...
247253
- [go-ini/ini](https://github.com/go-ini/ini) ini parser and config manage
248254
- [dombenson/go-ini](https://github.com/dombenson/go-ini) ini parser and config manage
249255

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+
250271
## License
251272

252273
**MIT**

‎README.zh-CN.md

+21
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,12 @@ ini.MapStruct(ini.DefSection(), user)
164164
dump.P(user)
165165
```
166166

167+
特殊的,绑定所有数据:
168+
169+
```go
170+
ini.MapStruct("", ptr)
171+
```
172+
167173
## 变量参考解析
168174

169175
```ini
@@ -239,6 +245,21 @@ golint ./...
239245
- [go-ini/ini](https://github.com/go-ini/ini) ini parser and config manage
240246
- [dombenson/go-ini](https://github.com/dombenson/go-ini) ini parser and config manage
241247

248+
## Gookit packages
249+
250+
- [gookit/ini](https://github.com/gookit/ini) Go config management, use INI files
251+
- [gookit/rux](https://github.com/gookit/rux) Simple and fast request router for golang HTTP
252+
- [gookit/gcli](https://github.com/gookit/gcli) Build CLI application, tool library, running CLI commands
253+
- [gookit/slog](https://github.com/gookit/slog) Lightweight, easy to extend, configurable logging library written in Go
254+
- [gookit/color](https://github.com/gookit/color) A command-line color library with true color support, universal API methods and Windows support
255+
- [gookit/event](https://github.com/gookit/event) Lightweight event manager and dispatcher implements by Go
256+
- [gookit/cache](https://github.com/gookit/cache) Generic cache use and cache manager for golang. support File, Memory, Redis, Memcached.
257+
- [gookit/config](https://github.com/gookit/config) Go config management. support JSON, YAML, TOML, INI, HCL, ENV and Flags
258+
- [gookit/filter](https://github.com/gookit/filter) Provide filtering, sanitizing, and conversion of golang data
259+
- [gookit/validate](https://github.com/gookit/validate) Use for data validation and filtering. support Map, Struct, Form data
260+
- [gookit/goutil](https://github.com/gookit/goutil) Some utils for the Go: string, array/slice, map, format, cli, env, filesystem, test and more
261+
- More, please see https://github.com/gookit
262+
242263
## License
243264

244265
**MIT**

0 commit comments

Comments
 (0)
Please sign in to comment.