f8347a97c6
Was previously attempting to cast directly from []interface{} to []string or []int which Go doesn't support. Instead, we iterate over and cast each value (error'ing if the value is not the correct format). Fixes #580 |
||
---|---|---|
.. | ||
altsrc.go | ||
flag_generated.go | ||
flag_test.go | ||
flag.go | ||
helpers_test.go | ||
input_source_context.go | ||
map_input_source.go | ||
toml_command_test.go | ||
toml_file_loader.go | ||
yaml_command_test.go | ||
yaml_file_loader.go |