Skip to content
/ memzip Public

A simple wrapper in Go for creating archives in memory

License

Notifications You must be signed in to change notification settings

SecDbg/memzip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memzip

Brief Overview

  • MemZip is a simple Golang package which acts as a wrapper for the archive/zip package.
  • It is very useful for making zip archives in memory so that no files need to be dropped.
  • It supports copying existing files and directories, as well as writing new ones.

Installation

  • MemZip can be installed using the go get github.com/SecDbg/memzip command.

Usage

  • An example of how MemZip can be used can be found in the example/main.go file.

About

A simple wrapper in Go for creating archives in memory

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages