Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SortByFunction ¶
func SortByFunction(len int, swap func(int, int), less func(int, int) bool)
Types ¶
type Table ¶
type Table struct {
// contains filtered or unexported fields
}
Table renders tables to stdout
type TableColumn ¶
type TableColumn struct {
Name string
Getter reflect.Value
}
Click to show internal directories.
Click to hide internal directories.