zip

package
v1.10.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 7, 2019 License: GPL-3.0 Imports: 6 Imported by: 90

Documentation

Overview

Package zip contains zip and unzip utilities.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Files

func Files(filename string, files []string) error

Files compresses one or many files into a single zip archive file. Credits: https://golangcode.com/create-zip-files-in-go/

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL