golobby/config

Make env a valid feeder

Closed this issue · 4 comments

I think it's better to have a simpler approach to Env variables and treat env as a feeder, not a seperate concept.

I'm absolutely agree!
The constructor also should get multiple feeders instead of that config struct!
Env feeders can load data to OS!

I will try to make env a feeder as well in a branch I will do a PR when completed

@miladrahimi #22 it's a WIP but take a look.

Looks good man ;)