What was fixed?
in PR #32:
- Corrected handling of array, not slice, values that can lead to
a panic.
- Rearranged logic to handle multiple values if index and non-index are
mixed eg. Value=[]string{"1","2"} Value[2]=[]string{"3"}
this resolves #29 and #30