From 5f9f0b46aff851e19644aa7db8f4a9dc8d58510c Mon Sep 17 00:00:00 2001 From: Yiling-J Date: Tue, 23 Nov 2021 10:35:09 +0800 Subject: [PATCH] add piper --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6b4141d1..f279d46f 100644 --- a/README.md +++ b/README.md @@ -410,6 +410,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [mini](https://github.com/sasbury/mini) - Golang package for parsing ini-style configuration files. * [nasermirzaei89/env](https://github.com/nasermirzaei89/env) - Simple useful package for read environment variables. * [onion](https://github.com/goraz/onion) - Layer based configuration for Go, Supports JSON, TOML, YAML, properties, etcd, env, and encryption using PGP. +* [piper](https://github.com/Yiling-J/piper) - Viper wrapper with config inheritance and key generation. * [store](https://github.com/tucnak/store) - Lightweight configuration manager for Go. * [swap](https://github.com/oblq/swap) - Instantiate/configure structs recursively, based on build environment. (YAML, TOML, JSON and env). * [typenv](https://github.com/diegomarangoni/typenv) - Minimalistic, zero dependency, typed environment variables library.