Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StringsMapToStringSlice ¶
func StringsMapToStringSlice(src map[string]string, combine func(string, string) string) (out []string)
StringsMapToStringSlice transforms from a map[string]string to a []string. It combines the pairs with the provided combination function. If the combination function is nil, the pairs will be joined with a space.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.