repositorypackage
0.0.0-20180104141618-672a4b512c09
Repository: https://github.com/sourcegraph/lazyzip.git
Documentation: pkg.go.dev
# README
lazyzip
Package lazyzip provides support for reading ZIP archives. It is a fork of
archive/zip
. It differs from archive/zip
since it does not read the full
file listing into memory, instead it provides an interface similiar to
archive/tar
.
See Reader.Next godoc.