Documentation ¶ Overview ¶ Package zip contains zip and unzip utilities. Index ¶ func Unzip(src string, dest string) ([]string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Unzip ¶ func Unzip(src string, dest string) ([]string, error) Unzip will decompress a zip archive, moving all files and folders within the zip file (parameter 1) to an output directory (parameter 2). Credits to https://golangcode.com/unzip-files-in-go/ Types ¶ This section is empty. Source Files ¶ View all Source files doc.gounzip.go Click to show internal directories. Click to hide internal directories.