From 5bf10577baf7f81a4c2b90d479d471d7f5078bee Mon Sep 17 00:00:00 2001 From: Yassine Benaid Date: Mon, 9 Dec 2024 11:37:01 +0100 Subject: [PATCH] Remove: crgimenes/goConfig (#5515) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 6e7d4989..a599b4ec 100644 --- a/README.md +++ b/README.md @@ -489,7 +489,6 @@ _Libraries for configuration parsing._ - [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. - [GoCfg](https://github.com/Jagerente/gocfg) - Config manager with Struct Tags based contracts, custom value providers, parsers, and documentation generation. Customizable yet simple. -- [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. - [godotenv](https://github.com/joho/godotenv) - Go port of Ruby's dotenv library (Loads environment variables from `.env`). - [gofigure](https://github.com/ian-kent/gofigure) - Go application configuration made easy. - [GoLobby/Config](https://github.com/golobby/config) - GoLobby Config is a lightweight yet powerful configuration manager for the Go programming language.