# Functions
CreateTempDir creates a temporary directory.
CreateTempLogFile creates a temp log File.
# Type aliases
TempDir represents a temporary directory which can easily be removed and is a bit more convenient that using ioutil.Tempdir when you are writing tests.