kelseyhightower / envconfig

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

CamelCase -> Underscores #60

Closed karlkfi closed 7 years ago

karlkfi commented 8 years ago

Would be pretty useful to have a configuration option in Process that automatically inserts underscores for camel case field names, as in your MultiWordVar -> MYAPP_MULTI_WORD_VAR example. Just because it's tedious to specify custom envconfig annotations for every field.

relistan commented 7 years ago

66 Should close this when it's merged.

karlkfi commented 7 years ago

Yay!