kelseyhightower / envconfig

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

Adds processing of nested structures #50

Closed elgris closed 8 years ago

elgris commented 8 years ago

Enables setting values to nested structures, not only anonymous ones

elgris commented 8 years ago

Well, just noticed #49 :) Actually, the same change but adds a test case to cover the change

cgilling commented 8 years ago

looks like #47 and #51 are also implementing this as well

teepark commented 8 years ago

Thanks @elgris, I actually merged this with a minor change. It's not showing up here that way because I rebased it on master.