Unknwon 2fd69f13d9 vendor: check in vendors | 7 yıl önce | |
---|---|---|
.. | ||
zip | 7 yıl önce | |
LICENSE | 7 yıl önce | |
README.md | 7 yıl önce | |
README_ZH.md | 7 yıl önce | |
cae.go | 7 yıl önce |
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.
Code Convention: based on Go Code Convention.
Package zip
(Go Walker) and tz
(Go Walker) both enable you to transparently read or write ZIP/TAR.GZ compressed archives and the files inside them.
io.Writer
without any file system storage.All subpackages use GoConvey to write test cases, and coverage is more than 80 percent.
This project is under Apache v2 License. See the LICENSE file for the full license text.