compress

package
v0.6.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Tar

func Tar(src, dest string) (err error)

Tar Compressed file. src is the abbreviation of source, which is a directory of files to be compressed. dst is the abbreviation of destination, which is the compressed file directory.

func TarRecursive

func TarRecursive(src, dest string) (err error)

Tar Compressed file. src is the abbreviation of source, which is a directory of files to be compressed. dst is the abbreviation of destination, which is the compressed file directory.

func UnTar

func UnTar(src, dest string) (err error)

UnTar decompressed file. src is the abbreviation of source, which is a directory of files to be decompressed. dst is the abbreviation of destination, which is the decompressed file directory.

func UnZip

func UnZip(dst, src string) (err error)

UnZip decompressed file. src is the abbreviation of source, which is a directory of files to be decompressed. dst is the abbreviation of destination, which is the decompressed file directory.

func Zip

func Zip(src, dest string) (err error)

Zip Compressed file. src is the abbreviation of source, which is a directory of files to be compressed. dst is the abbreviation of destination, which is the compressed file directory.

func ZipRecursive

func ZipRecursive(src, dest string) (err error)

Zip Compressed file. src is the abbreviation of source, which is a directory of files to be compressed. dst is the abbreviation of destination, which is the compressed file directory.

Types

This section is empty.

Jump to

Keyboard shortcuts

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