Versions in this module Expand all Collapse all v1 v1.0.0 Feb 20, 2018 Changes in this version + const ZipTimestampFieldType + const ZipUIDGidFieldType + func CreateZipArchive(w io.Writer, fileNames []string) error + func CreateZipFile(fileName string, fileNames []string) error + func ExtractZipArchive(archive *zip.Reader) error + func ExtractZipFile(fileName string) error + type ZipExtraField struct + Size uint16 + Type uint16 + type ZipTimestampField struct + Flags uint8 + ModTime uint32 + type ZipUIDGidField struct + GIDSize uint8 + Gid uint32 + UID uint32 + UIDSize uint8 + Version uint8