Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnumJoin ¶
EnumJoin joins a string slice into a human-readable enumeration, so a [1, 2, 3] slice becomes a "1, 2 and 3" string.
func Map ¶
func Map(strings []string, mapfn StringMapFn) []string
Map creates a new string slice by applying mapfn to strings.
Types ¶
type StringMapFn ¶
StringMapFn is a function to map strings to strings.
Click to show internal directories.
Click to hide internal directories.