//
pkg.gl
Category
github.com/subchen/go-stack
encoding
archive
package
1.0.1
Repository:
https://github.com/subchen/go-stack.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
16 SLOC
#
Packages
tar
Package tar implements the Archive interface providing tar.gz archiving and compression.
zip
Package zip implements the Archive interface providing zip archiving and compression.
#
Functions
New
New archive If the exentions of the target file is .zip, the archive will be in the zip format, otherwise, it will be a tar.gz archive.
#
Interfaces
Archive
Archive represents a compression archive files from disk can be written to.