The highest tagged major version is
v1.
package
Version:
v0.21.3
Opens a new window with list of versions in this module.
Published: Jul 16, 2015
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package archive provides utilities to archive and unarchive filesystem
hierarchies.
UnzipDir unzips all files from a given zip byte array into a given directory.
The directory is created if it does not exist yet.
Create a zip of all files in a directory recursively, return a byte array and
the number of files archived.
ZipWalker returns a filepath.WalkFunc that adds every filesystem node
to the given *zip.Writer.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.