Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NaturalLessThan ¶
Types ¶
type SortableStrings ¶
type SortableStrings []string
SortableStrings implements the sort.Interface for a []string. It uses "natural" sort order rather than asciibetical sort order.
func (SortableStrings) Len ¶
func (s SortableStrings) Len() int
func (SortableStrings) Less ¶
func (s SortableStrings) Less(i, j int) bool
func (SortableStrings) Swap ¶
func (s SortableStrings) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.