# Functions
AInB check if 'A' exists in 'B'.
DeduplicateString removes items when there is more than 1 of the same item https://stackoverflow.com/a/66751055.
GetPreviousMonday getting the most recent Monday.
GetRepoPath wrapper for checking viper if not provided, and falling back to a default value if neither are provided.
GetRepoTypeString wrapper for checking viper if not provided.
GetStringAsDateTime ensures a string is a dateTime.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Midnight tonight.
RandAlphabeticString Generator function of a random series of characters Uses a-zA-Z character set.
RandHexAlphaNumericString Generator function of a random series of characters Uses a-f0-9 character set.
Remove removes a single item at index from the slice https://stackoverflow.com/a/37335777.
Sanitize removes some unsafe html.
TimeFormat formats a time to string.
# Constants
RegexCaseInsensitive regex to be prepended to not care about case of characters.
Version keep track of the version of the application.