# Functions
CheckErr panics if err is not nil.
GetEnv returns the value of the environment variable named by key, or defaultValue if the environment variable doesn't exist.
GetEnvInt returns the value of the environment variable named by key, or defaultValue if the environment variable doesn't exist or is not a valid integer.