kelseyhightower / envconfig

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

Do not restrict to embedded anonymous structs #49

Closed craigtracey closed 8 years ago

craigtracey commented 8 years ago

There is no real need to restrict to only anonymous structs. This change allows for named structs to be processed as well.

teepark commented 8 years ago

Thanks @craigtracey, this functionality is in with #50