add azure app configuration (#5768)

This commit is contained in:
linglingye001 2025-10-18 21:18:47 +08:00 committed by GitHub
parent e4ae270575
commit ee10ce977b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -464,6 +464,7 @@ _Libraries for building standard or basic Command Line applications._
_Libraries for configuration parsing._
- [aconfig](https://github.com/cristalhq/aconfig) - Simple, useful and opinionated config loader.
- [azureappconfiguration](https://github.com/Azure/AppConfiguration-GoProvider) - The configuration provider for consuming data in Azure App Configuration from Go applications.
- [bcl](https://github.com/wkhere/bcl) - BCL is a configuration language similar to HCL.
- [cleanenv](https://github.com/ilyakaznacheev/cleanenv) - Minimalistic configuration reader (from files, ENV, and wherever you want).
- [config](https://github.com/JeremyLoy/config) - Cloud native application configuration. Bind ENV to structs in only two lines.