package
Version:
v1.6.8
Opens a new window with list of versions in this module.
Published: Oct 10, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
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
Source Files
¶
Click to show internal directories.
Click to hide internal directories.