Documentation
¶
Index ¶
- func Contains(slice []string, contain string) bool
- func ContainsAll(superSet, subSet map[string]string) bool
- func HasMatchingElement(a []string, b []string) bool
- func Merge(maps ...map[string]string) map[string]string
- func SortedKeys(m map[string]string) []string
- func ToStringSlice(a []interface{}) ([]string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContainsAll ¶
func HasMatchingElement ¶
checks if the slices have at least one matching element i.e. their intersection is non-nil
func SortedKeys ¶
func ToStringSlice ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.