# Functions
CreateTemplate takes in a path to a template file and parses the file to create a Template instance.
ListDirs walks the directory tree rooted at the path and adds all non-directory file paths to a []string.
NewMockClockInterface creates a new mock instance.
WaitForDir returns when the specified directory is located in the filesystem, or if there is an error opening the directory once it is found.
# Structs
Clock implements ClockInterface with the standard time library functions.
MockClockInterface is a mock of ClockInterface interface.
MockClockInterfaceMockRecorder is the mock recorder for MockClockInterface.
# Interfaces
ClockInterface allows for mocking out the functionality of the standard time library when testing.