From 9e3d44b9a82275104458af0fafc02cede86122b2 Mon Sep 17 00:00:00 2001 From: Link Dupont Date: Sat, 9 May 2020 06:00:32 -0400 Subject: [PATCH] Add go-ini (#3080) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f215e7b8..c83a2230 100644 --- a/README.md +++ b/README.md @@ -292,6 +292,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [envh](https://github.com/antham/envh) - Helpers to manage environment variables. * [gcfg](https://github.com/go-gcfg/gcfg) - read INI-style configuration files into Go structs; supports user-defined types and subsections. * [genv](https://github.com/sakirsensoy/genv) - Read environment variables easily with dotenv support. +* [go-ini](https://github.com/subpop/go-ini) - A Go package that marshals and unmarshals INI-files. * [go-ssm-config](https://github.com/ianlopshire/go-ssm-config) - Go utility for loading configuration parameters from AWS SSM (Parameter Store). * [go-up](https://github.com/ufoscout/go-up) - A simple configuration library with recursive placeholders resolution and no magic. * [goConfig](https://github.com/crgimenes/goConfig) - Parses a struct as input and populates the fields of this struct with parameters from command line, environment variables and configuration file.