Generic struct loading. Applications include loading of environment variables into structs for program configuration.
- Struct loading from environment variables
- Default and optional configuration fields
- Nested configuration structs
- Array and list parsing
- Extensible type parsing
See https://pkg.go.dev/github.com/munisense/goloadenv for some examples on how to use this library.
Released under the MIT License