Documentation
¶
Overview ¶
Package strings contains some generic tools and helpers that are missing from the go's standard library
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CompareSlices ¶
CompareSlices compares two string slices and returns true if both are empty or have exactly the same list of elements (order doesn't matter)
func ContainsString ¶
ContainsString checks if a string slice contains the string
func RemoveString ¶
RemoveString removes a string from a string slice and returns a new slice
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.