# Functions
CopyFile copies a file from src to dst.
DeleteFile deletes the file at the given path.
No description provided by the author
Exists https://stackoverflow.com/questions/12518876/how-to-check-if-a-file-exists-in-go.
No description provided by the author
ReadFile reads the content of the file at the given path.
WriteFile writes the given content to the file at the given path.
No description provided by the author