Update README.md

add ini library

repo link:https://github.com/wlevene/ini
pkg.go.dev:https://pkg.go.dev/github.com/wlevene/ini/parser
This commit is contained in:
levene 2021-08-26 22:33:22 +08:00 committed by Avelino
parent 7edf56817e
commit 307200c4c2

View File

@ -350,6 +350,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [viper](https://github.com/spf13/viper) - Go configuration with fangs.
* [xdg](https://github.com/adrg/xdg) - Go implementation of the [XDG Base Directory Specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html) and [XDG user directories](https://wiki.archlinux.org/index.php/XDG_user_directories).
* [xdg](https://github.com/OpenPeeDeeP/xdg) - Cross platform package that follows the [XDG Standard](https://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html).
* [ini](https://github.com/wlevene/ini) - INI Parser & Write Library, Unmarshal to Struct,Marshal to Json,Write File,watch file.
## Continuous Integration