JeremyLoy / configLinks
12 factor configuration as a typesafe struct in as little as two function calls
☆339Updated 3 years ago
Alternatives and similar repositories for config
Users that are interested in config are comparing it to the libraries listed below
Sorting:
- Load configuration in cascade from multiple backends into a struct☆505Updated last week
- Reduce debugging time. Use static & stack-trace analysis to identify the error immediately.☆460Updated 2 years ago
- Include files in your binary the easy way☆277Updated 4 years ago
- A tiny library for super simple Golang tables☆359Updated 4 years ago
- Using brotli compression to embed static files in Go.☆531Updated 4 years ago
- Gostradamus: Better DateTimes for Go 🕰️☆210Updated 8 months ago
- 🍍Jeff provides the simplest way to manage web sessions in Go.☆270Updated 7 months ago
- Extremely flexible golang deep comparison, extends the go testing package, tests HTTP APIs and provides tests suite☆451Updated this week
- Code generation tools for Go.☆431Updated 2 months ago
- Find outdated dependencies of your Go projects. go-mod-outdated provides a table view of the go list -u -m -json all command which lists …