package
0.3.2
Repository: https://github.com/opnlabs/dot.git
Documentation: pkg.go.dev

# 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.

# Constants

50MB.
No description provided by the author

# Structs

ColorLogger provides an io.Writer that can output in color.