Skip to content

Support recursive required and friends for nested structs #55

@tmzane

Description

@tmzane

Something like:

type Config struct {
	Foo string `env:"FOO"`
}

var cfg struct {
	Config `env:"APP_,required"`
}

See the conversation from #52 for details.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions