Something like: ```go type Config struct { Foo string `env:"FOO"` } var cfg struct { Config `env:"APP_,required"` } ``` See the conversation from #52 for details.