Update added small change

This commit is contained in:
Thomas Obenaus 2021-10-12 21:40:41 +02:00 committed by Avelino
parent f3b25aaa4d
commit 9e540501a2

View File

@ -348,7 +348,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [gcfg](https://github.com/go-gcfg/gcfg) - read INI-style configuration files into Go structs; supports user-defined types and subsections. * [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. * [genv](https://github.com/sakirsensoy/genv) - Read environment variables easily with dotenv support.
* [go-aws-ssm](https://github.com/PaddleHQ/go-aws-ssm) - Go package that fetches parameters from AWS System Manager - Parameter Store. * [go-aws-ssm](https://github.com/PaddleHQ/go-aws-ssm) - Go package that fetches parameters from AWS System Manager - Parameter Store.
* [go-conf](https://github.com/ThomasObenaus/go-conf) - Simple library for application configuration based on annotated structs. It supports reading the configuration from env-vars, config files and command line parameters. * [go-conf](https://github.com/ThomasObenaus/go-conf) - Simple library for application configuration based on annotated structs. It supports reading the configuration from environment variables, config files and command line parameters.
* [go-ini](https://github.com/subpop/go-ini) - A Go package that marshals and unmarshals INI-files. * [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-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. * [go-up](https://github.com/ufoscout/go-up) - A simple configuration library with recursive placeholders resolution and no magic.