package
1.6.7
Repository: https://github.com/proxeusapp/proxeus-core.git
Documentation: pkg.go.dev

# Functions

Given a folder (src), tar-gz' the content and writes it to writer Example: f, _ := os.Create(tmpFile) err = Tar(dirToZip, f).
Given a .tar.gz file as Reader, decompress the files contained on it to specified destination folder.