Dennis Köhler
Results
2
issues of
Dennis Köhler
Hello, In my case I want to use the "notEmpty" tag for a field like: ``` type foobar struct{ IsEnabled bool `env:"IS_ENABLED" envDefault:"true"` Name string `env:"NAME,notEmpty"` } ``` but the...
size/L
Hello, I want to decode the values from a struct to another struct, it works for all primitive datatypes but not for custom types like the Foobar example which uses...