kelseyhightower / envconfig

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

adding a method to process variables from etcd with the attending tes… #86

Closed danieltmiles closed 7 years ago

danieltmiles commented 7 years ago

I thought it might be helpful to add the capacity to process "environment" variables from etcd, so I've added a function here to do that with a corresponding test case.

I have not added a vendor directory because I didn't see one here already, but I'm willing to do it if you think it's appropriate.

danieltmiles commented 7 years ago

oops, I see the build failures, I'll address them.

danieltmiles commented 7 years ago

Oh, ok. Well, it seems like the coreos etcd client, which I'm attempting to introduce as a dependency, doesn't support 1.4: https://github.com/coreos/etcd/issues/5097.

I'll withdraw the PR.