kelseyhightower / envconfig

Golang library for managing configuration data from environment variables
MIT License
5.06k stars 382 forks source link

Set fields empty on require fail #161

Open hallizh opened 4 years ago

hallizh commented 4 years ago

When a required field is empty, the rest of the config should not be populated - this change rolls back all fields to their zero values.