# Functions

Function to make a subdirectory in the parent directory with the current time.
EmptyDir empties a directory by removing all files and directories in it and recreating the directory.
If a directory returns true, if it isn't a directory it returns false If an error occurs, like the path not existing, it returns the error from os.Stat.
No description provided by the author
RollingDir takes a directory path and a number of backups to keep.
No description provided by the author