Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed Jul 19, 2018
1 parent 7eb39c4 commit 1769446
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1769446

Please sign in to comment.