Documentation ¶ Index ¶ func AddFileToZip(zipWriter *zip.Writer, filename string, removePaths bool) error func ZipFiles(zipfile string, removePaths bool, srcfiles []string) error func ZipFilesRx(zipfile, dir string, rx *regexp.Regexp, removePaths bool) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func AddFileToZip ¶ func AddFileToZip(zipWriter *zip.Writer, filename string, removePaths bool) error func ZipFiles ¶ func ZipFiles(zipfile string, removePaths bool, srcfiles []string) error ZipFiles compresses one or many files into a single zip archive file. func ZipFilesRx ¶ func ZipFilesRx(zipfile, dir string, rx *regexp.Regexp, removePaths bool) error Types ¶ This section is empty. Source Files ¶ View all Source files create_achive.go Click to show internal directories. Click to hide internal directories.