Go tool for creating and reading archive files.
Get with go command
go get -u github.com/medtune/go-archive/...
Usage: archiver <flags> <subcommand> <subcommand args>
Subcommands:
commands list all command names
compress compress a file
decompress decompress a file
flags describe all known top-level flags
help describe subcommands and their syntax
archiver decompress [-t archive type] [-d destination] somefile:
decompress somefile to wanted kind (zip by default).
-d string
destination
-t string
archive type (default "zip")
archiver compress [-d destination] [-k archive type] somefile:
compress somefile to wanted kind (zip by default).
-t string
archive type (default "zip")
archiver commmandzip support- support concurent Compress/Decompress mechanics
- tar support
- gzib support