type MyConf struct { Nested struct{ NestedField string `env:"THIS_DOESNT_WORK"` } } The nested field does not get set by the environment variable