aboutsummaryrefslogtreecommitdiff
path: root/string_array.go
AgeCommit message (Collapse)Author
2020-09-10remove dead code for checking error nil (#282)Yash
2019-09-05Expand SliceValue support to all slice and array types.therealmitchconnors
2018-02-20doc: clarify difference between string slice vs. array (#158)Michael Weibel
fixes #157
2016-10-23Clean up codebogem
2016-10-11Fix square bracket handling in string_arrayMartin Milata
Same issue fixed in 13e924de for string_slice.
2016-09-06add a new type StringArraywu8685