# Functions
ChunkStringSlice will return a slice of slice of strings for the given chunkSize.
Contains returns true if the given element "e" is found inside the slice of strings "s".
CountDigits will count the number of digits in an integer.
Difference returns the elements in a that aren't in b.
GetFile is a helper function to download/open and parse a file.
GetM3U is a helper function to download/open and parse a M3U Plus file.
GetStringMapKeys returns a slice of strings for the keys of a map.
GetTCPAddr attempts to convert a string found via viper to a net.TCPAddr.
GetXMLTV is a helper function to download/open and parse a XMLTV file.
KebabCase converts a string into kebab case.
PadNumberWithZeros will pad the given value integer with 0's until expectedLength is met.
SnakeCase converts a string into snake case.
# Variables
SafeStringsRegex will match any usernames, passwords or tokens in a string.
StringSafer will replace sensitive values (username, password and token) with safed values.