ziputil

package
v0.0.0-...-e9c7e07 Latest Latest
Warning

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

Go to latest
Published: Aug 25, 2016 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ZipPaths

func ZipPaths(out io.Writer, paths []string, walkable Walkable) error

ZipPaths writes the provided paths to the given Writer.

If walkable is nil the local filesystem will be used.

Types

type Walkable

type Walkable interface {
	http.FileSystem
	Walk(path string, walkFn filepath.WalkFunc) error
}

Walkable represents a walkable filesystem-like type.

Jump to

Keyboard shortcuts

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