# Functions
EnsureDir creates a directory if it does not exist.
EndureFileDir creates a file's directory if it does not exist.
PathExists indicates if a path exists.
RemovePathIfExists removes a directory or a file if it exists.
TrapSignal listens os signals SIGINT and SIGTERM in a goroutine.
# Constants
No description provided by the author
No description provided by the author
# Interfaces
Stopper interface defines the methods a concrete stopper must implement.