Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Keys ¶
func Keys(m interface{}) []string
Keys returns a map's keys as an unordered slice of strings.
func NaturalKeys ¶
func NaturalKeys(m interface{}) []string
NaturalKeys returns a map's keys as a natural sorted slice of strings. See github.com/coreos/mantle/lang/natsort
func SortedKeys ¶
func SortedKeys(m interface{}) []string
SortedKeys returns a map's keys as a sorted slice of strings.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.