Versions in this module Expand all Collapse all v1 v1.0.1 Aug 24, 2025 v1.0.0 Aug 22, 2025 Changes in this version + func CopyFile(zipWriter *zip.Writer, f *zip.File) error + func ReadZipFileContent(f *zip.File) ([]byte, error) + func RewriteFileIntoZipWriter(zipWriter *zip.Writer, f *zip.File, content []byte) error + func WriteFile(zipWriter *zip.Writer, filename string, content []byte) error + type ZipMap map[string]*zip.File + func NewZipMapFromBytes(data []byte) (ZipMap, error) + func NewZipMapFromFilename(filename string) (ZipMap, error)