aboutsummaryrefslogtreecommitdiff
path: root/string_slice.go
AgeCommit message (Expand)Author
2019-09-17Merge pull request #216 from therealmitchconnors/elegantMitch Connors
2019-09-10gofmttherealmitchconnors
2019-08-16Add first SliceValue implementationstherealmitchconnors
2019-02-11Fix descriptions for StringSlice functionsMike Fedosin
2018-02-20doc: clarify difference between string slice vs. array (#158)Michael Weibel
2016-10-23Clean up codebogem
2016-10-07fix bug of string_slice with square bracketsshenwei356
2016-09-06add a new type StringArraywu8685
2016-08-19Fix bug in FlagSet.GetStringSlice when a comma in a string slice valuewu8685
2016-08-03Fix string_slice with empty valueAntoine Pelisse
2015-10-13Use encoding/csv to parse string slicesEric Paris
2015-08-15Fix up minor things found by goreportcard.comEric Paris
2015-08-12Do not append to default values in {String,Int}SliceEric Paris
2015-08-05Empty slices should be empty, not have a single (empty) stringEric Paris
2015-08-05String and Int slices called twice should append not overwriteEric Paris
2015-08-05Show [] around string slices when showing the textEric Paris
2015-06-22Add new StringSlice flag typeEric Paris