# Functions
Create a file so we have something to clean up when we close our program.
DeleteFiles is used to simulate a 'clean up' function to run on shutdown.
No description provided by the author
SetupCloseHandler creates a 'listener' on a new goroutine which will notify the program if it receives an interrupt from the OS.
# Constants
No description provided by the author