# Functions
DeepEqualStringArray compares []string to []string and returns bool.
GetEnv returns an env variable value or a default.
IntInSlice is used to find a int in a list.
NewBCrypt is used for storing the key as bytes.
NewULID returns a ULID.
NewULIDAsString returns a ULID string.
NewUUID returns a UUID.
NewUUIDAsString returns a UUID as a String.
NowRFC3339 returns an RFC3339 format string.
StringInSlice is used to find a string in a list.