bundle

package
v0.0.14 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2022 License: GPL-3.0 Imports: 9 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Tarball

func Tarball(src string, options *Options, writers ...io.Writer) error

func Zip

func Zip(source, target string) (*os.File, error)

Zip contents from source to target and returns the file. REF: https://forum.golangbridge.org/t/trying-to-zip-files-without-creating-folder-inside-archive/10260

Types

type FileOptions

type FileOptions struct {
	AccessTime time.Time
	ChangeTime time.Time
	ModTime    time.Time
}

FileOptions declares changes to be made to individual files when walking a directory

type Options

type Options struct {
	FileOptions
}

Options declares overrides to be made to files while creating the tarball.

Jump to

Keyboard shortcuts

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