//
pkg.gl
Category
github.com/NubeIO/git
pkg
archive
package
0.1.0
Repository:
https://github.com/nubeio/git.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
10
Dependents
0
Files
165 SLOC
#
Functions
Support
Support check for handle the archive file format.
UnArchive
UnArchive UnArchives the given archive file into the destination folder.
#
Variables
ErrNotSupportFile
ErrNotSupportFile does not support file extensions.
#
Structs
TarGz
TarGz un archives tar.gz(tgz) archive file.
Zip
Zip un archives zip archive file.
#
Interfaces
UnArchiver
UnArchiver is a type that can extract archive files into a folder.