# Functions

CreateTempDir creates a temporary directory.
CreateTempLogFile creates a temp log File.

# Structs

TempFile is the 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.