unzip

package module
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Dec 10, 2021 License: MIT Imports: 6 Imported by: 0

README

Gitpod ready-to-code

Unzip

This library provides a simple way of extracting ZIP archives.

Usage

package main

import "github.com/johannesdrescher/unzip"

func main() {
	err := unzip.Extract("example.zip", "example")
	if err != nil {
		panic(err)
	}
}

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Extract

func Extract(src, dest string) error

Types

This section is empty.

Jump to

Keyboard shortcuts

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