# Packages
Package az provides archive interface for Azure blob-store.
Package common provides functionality to read and write to a archive file and keep track of underlying *os.File to close.
Package file provides archive interface for local directories/files.
Package s3f provides archive interface for S3.
Package file provides archive interface for local directories/files.
# Functions
No description provided by the author
List lists all files under the given path.
NewArchive opens an archive file for write.
OpenArchive opens a single archive file for read.
# Interfaces
No description provided by the author