Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContainsAnySubstring ¶
ContainsAnySubstring checks if string contains any of provided substring
func DeDup ¶
DeDup remove duplicates from slice. optimized for performance, good for short slices only!
func DeDupBig ¶
DeDupBig remove duplicates from slice. Should be used instead of DeDup for large slices
func HasCommonElement ¶
HasCommonElement checks if any element of the second slice is in the first slice
func SliceToString ¶
SliceToString converts slice of any to slice of string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.