aboutsummaryrefslogtreecommitdiff
path: root/string_array.go
AgeCommit message (Collapse)Author
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