package
module
Version:
v0.0.0-...-b8e9827
Opens a new window with list of versions in this module.
Published: Jan 28, 2014
License: Apache-2.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.
README
¶
Compression and Archive Extensions
![Go Walker](http://gowalker.org/api/v1/badge)
中文文档
Package cae implements PHP-like Compression and Archive Extensions.
But this package has some modifications depends on Go-style.
Reference: PHP:Compression and Archive Extensions.
Implementations
- Package
zip
: this package enables you to transparently read or write ZIP compressed archives and the files inside them. Go Walker.
- Features:
- Add file or directory from everywhere to archive, no one-to-one limitation.
- Able to extract part of entries, not all at once.
Test cases and Coverage
All subpackages use GoConvey to write test cases, and coverage is more than 85 percent.
Documentation
¶
Gzip and tar from source directory or file to destination file
you need check file exist before you call this function
Ungzip and untar from source file to destination directory
you need check file exist before you call this function
Source Files
¶
Directories
¶
Package zip enables you to transparently read or write ZIP compressed archives and the files inside them.
|
Package zip enables you to transparently read or write ZIP compressed archives and the files inside them. |
Click to show internal directories.
Click to hide internal directories.