aboutsummaryrefslogtreecommitdiff
path: root/src/strings/compare_test.go
AgeCommit message (Expand)Author
2018-11-04strings: lower running time of TestCompareStringsKeith Randall
2018-07-02strings: do much less redundant testing in TestCompareStringsIan Lance Taylor
2018-06-29bytes, strings: fix comparison of long byte slices on s390xbill_ofarrell
2016-03-02all: single space after period.Brad Fitzpatrick
2015-01-15strings: add Compare(x, y string) int, for symmetry with bytes.CompareAlan Donovan