# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
sliceContains reports whether the provided string is present in the given slice of strings.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Split2 returns the values from strings.SplitN(s, sep, 2).
Split slices s into all substrings separated by sep and returns a slice of the substrings between those separators.
No description provided by the author