Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FromString ¶ added in v0.19.0
FromString converts a string to a slice of strings, splitting on the sep character. Unlike strings.Split, this function will also trim whitespace from the resulting strings.
func StringSliceToIntSlice ¶
StringSliceToIntSlice converts a slice of strings to a slice of ints. Returns an error if any values cannot be parsed.
func UniqueFold ¶ added in v0.26.0
Unique returns a slice containing only unique values from the provided slice. The comparison is case-insensitive.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.