Documentation ¶ Index ¶ func AddFileToZip(zipWriter *zip.Writer, filename string) error func CreateZipFiles(dir string) func ZipFiles(filename string, files []string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func AddFileToZip ¶ func AddFileToZip(zipWriter *zip.Writer, filename string) error func CreateZipFiles ¶ func CreateZipFiles(dir string) func ZipFiles ¶ func ZipFiles(filename string, files []string) error ZipFiles compresses one or many files into a single zip archive file. Param 1: filename is the output zip file's name. Param 2: files is a list of files to add to the zip. https://golangcode.com/create-zip-files-in-go/ Types ¶ This section is empty. Source Files ¶ View all Source files zip.go Click to show internal directories. Click to hide internal directories.