# Functions
NewDir creates a new TempDir in the default location (typically $TMPDIR).
NewDir creates a new TempDir at the given root.
NewDirAtSlashTmp creates a new TempDir at /tmp.
No description provided by the author
# Structs
An implementation of Dir more suitable for directories that need to persist.
TempDir holds a temp directory and allows easy access to new temp directories.
# Interfaces
An interface for creating and deleting directories.