add piper

This commit is contained in:
Yiling-J 2021-11-23 10:35:09 +08:00 committed by Avelino
parent ead89d7080
commit 5f9f0b46af

View File

@ -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. * [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. * [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. * [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. * [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). * [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. * [typenv](https://github.com/diegomarangoni/typenv) - Minimalistic, zero dependency, typed environment variables library.