configura icon indicating copy to clipboard operation
configura copied to clipboard

Support nested structs

Open agonzalezro opened this issue 10 years ago • 0 comments

If I have something like:

type Config struct {
    Foo struct {
        Bar int
    }
}

I should be able to set Bar with the env var: PREFIX_FOO_BAR or with any other in case that the env var name is override with a struct tag.

agonzalezro avatar Dec 16 '14 11:12 agonzalezro