Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
Tamal Saha 171b359877 Use gitea forked macaron (#7933) 4 år sedan
..
zip Use gitea forked macaron (#7933) 4 år sedan
.gitignore Use gitea forked macaron (#7933) 4 år sedan
LICENSE Use gitea forked macaron (#7933) 4 år sedan
README.md Use gitea forked macaron (#7933) 4 år sedan
README_ZH.md Use gitea forked macaron (#7933) 4 år sedan
cae.go Use gitea forked macaron (#7933) 4 år sedan

README.md

Compression and Archive Extensions

Go Walker

中文文档

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.

Implementations

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.

  • Features:
    • Add file or directory from everywhere to archive, no one-to-one limitation.
    • Extract part of entries, not all at once.
    • Stream data directly into io.Writer without any file system storage.

Test cases and Coverage

All subpackages use GoConvey to write test cases, and coverage is more than 80 percent.

Use cases

  • Gogs: self hosted Git service in the Go Programming Language.
  • GoBlog: personal blogging application.
  • GoBuild: online Go cross-platform compilation and download service.

License

This project is under Apache v2 License. See the LICENSE file for the full license text.