Skip to content

Releases: axiomzen/envconfig

Add support for maps.

19 Jun 20:49
55a8560
Compare
Choose a tag to compare

Cherry picked functionality from kelseyhightower/envconfig to support mapping.

Nil Pointers as Zero

23 Sep 02:05
Compare
Choose a tag to compare

Exporting a nil pointer will now be treated as zero, and it will fill with defaults if applicable.

Fix bug for Zero Values

22 Sep 18:05
Compare
Choose a tag to compare
  • Fixes an issue where numeric types were not being exported properly.

Export Functionality

17 Aug 20:31
Compare
Choose a tag to compare

Adds Export call to write out an environment from a config structure.