From 1769446aeaeee70e1d298e7b13549d78a5f7ef47 Mon Sep 17 00:00:00 2001 From: inhere Date: Thu, 19 Jul 2018 11:45:32 +0800 Subject: [PATCH] update readme --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 28e0890..4df43b7 100644 --- a/README.md +++ b/README.md @@ -130,22 +130,25 @@ ok: true, val: new name ## Useful packages -### Yaml +### Yaml parse - [go-yaml](https://github.com/go-yaml/yaml) yaml parser -### Toml +### Toml parse - [go toml](https://github.com/BurntSushi/toml) toml parser +### Ini parse + +- [gookit/ini/parser](https://github.com/gookit/ini/parser) ini parser + ### Data merge - [mergo](https://github.com/imdario/mergo) merge data ### Ini config use -- [go-ini/ini](https://github.com/go-ini/ini) ini parser and config manage -- [dombenson/go-ini](https://github.com/dombenson/go-ini) ini parser and config manage +- [gookit/ini](https://github.com/gookit/ini/parser) ini config manage ## License