Versions in this module Expand all Collapse all v0 v0.0.1 May 3, 2023 Changes in this version + type Zipper struct + func NewZipper(zipFilePath string) (zipper *Zipper, err error) + func (z *Zipper) Close() error + func (z *Zipper) OpenFile(name string) (reader io.ReadCloser, err error) + func (z *Zipper) ReadTextFile(name string) (reader io.Reader, err error)