kelseyhightower / envconfig

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

environment variable does not precede default envconfig value in struct #165

Closed devnore closed 4 years ago

devnore commented 4 years ago

Example in playground. https://play.golang.org/p/vfAkw9voXPS

devnore commented 4 years ago

All variables MUST be Uppercased...