Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LessIgnoreCase ¶
func LessIgnoreCase(first string, second string) bool
LessIgnoreCase returns true if first
func SortAlphabeticFunc ¶
func SortAlphabeticFunc(list []string) func(i, j int) bool
SortAlphabeticFunc returns a `less()` comparator for sorting strings while respecting case.
Types ¶
type AlphabetSorter ¶
type AlphabetSorter func([]string) func(i, j int) bool
Click to show internal directories.
Click to hide internal directories.