# Functions
Compress takes a path to a file or directory and creates a .tar.gzip file at the outputPath location.
CompressTar takes a path to a file or directory and creates a .tar file at the outputPath location.
Decompress takes a location to a .tar.gzip file and a base path and decompresses the contents wrt the base path.
DecompressTar takes a location to a .tar file and a base path and decompresses the contents wrt the base path.
No description provided by the author
TarCopy uses tar archive to copy src to dst to preserve the folder structure.
# Structs
ColorLogger provides an io.Writer that can output in color.