e640104c9c
Most parts of `ApplyEnvOverrides` will check if the value is empty before attempting to apply the environment override. One exception is that when a type implements Unmarshaler and it is within a slice, it does not check that an empty value was passed. This change fixes it so that we will not call `UnmarshalText` when the environment variable is set to empty. |
||
---|---|---|
.. | ||
toml.go | ||
toml_test.go |