kelseyhightower / envconfig

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

Required by default #202

Open DeadlySurgeon opened 2 years ago

DeadlySurgeon commented 2 years ago

It would be nice if there was a way to make required true by default. Most of our fields are required and it's rather cumbersome to individually mark everything as required.