From 307200c4c2f95d5f1a8966f9c0ad097ab59d74c1 Mon Sep 17 00:00:00 2001 From: levene Date: Thu, 26 Aug 2021 22:33:22 +0800 Subject: [PATCH] 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 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d95c5af4..2c609924 100644 --- a/README.md +++ b/README.md @@ -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