//
pkg.gl
Category
github.com/ProxeusApp/proxeus-core
sys
tar
package
1.6.7
Repository:
https://github.com/proxeusapp/proxeus-core.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
1
Files
102 SLOC
#
Functions
Tar
Given a folder (src), tar-gz' the content and writes it to writer Example: f, _ := os.Create(tmpFile) err = Tar(dirToZip, f).
Untar
Given a .tar.gz file as Reader, decompress the files contained on it to specified destination folder.