/archivefile

Primary LanguageGoMIT LicenseMIT

Archive File

A helper library for the Go (Golang) "archive" package that allows to (un)archive file/directory to/from file/writer/reader

GoDoc Build Status

Features

  • Archive a file/directory to a file/writer
  • Unarchive a file/reader to a file/directory

Only the "archive/zip" package is supported.