Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SortAlphabetic ¶
SortAlphabetic will return true if string a comes after string b
Types ¶
type Alphabetic ¶
type Alphabetic []string
Alphabetic is an array of strings that can be alphabetically sorted
func (Alphabetic) Len ¶
func (s Alphabetic) Len() int
func (Alphabetic) Less ¶
func (s Alphabetic) Less(i, j int) bool
func (Alphabetic) Swap ¶
func (s Alphabetic) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.