get
function does not return nil when map value type is not inferface{}
#723
Labels
get
function does not return nil when map value type is not inferface{}
#723
When map is of type map[string]string (for example its source is the env) the get function returns an empty string instead of nil when the key doesn't exist
The text was updated successfully, but these errors were encountered: