mirror of
https://github.com/tmedwards/tweego.git
synced 2025-07-04 21:50:33 -04:00
[Update] Golint appeasement.
This commit is contained in:
parent
0309c003e7
commit
6e2090b23d
2 changed files with 4 additions and 3 deletions
1
sort.go
1
sort.go
|
@ -10,6 +10,7 @@ import (
|
|||
"unicode"
|
||||
)
|
||||
|
||||
// StringsInsensitively provides for case insensitively sorting slices of strings.
|
||||
type StringsInsensitively []string
|
||||
|
||||
func (p StringsInsensitively) Len() int {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue