Releases: axiomzen/envconfig
Releases · axiomzen/envconfig
Add support for maps.
Cherry picked functionality from kelseyhightower/envconfig to support mapping.
Nil Pointers as Zero
Exporting a nil pointer will now be treated as zero, and it will fill with defaults if applicable.
Fix bug for Zero Values
- Fixes an issue where numeric types were not being exported properly.
Export Functionality
Adds Export
call to write out an environment from a config structure.