sort.StringSlice.Less (method, view implemented interface methods)
one use
sort (current package)
sort.go#L319: func (x StringSlice) Less(i, j int) bool { return x[i] < x[j] }
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)