compress

package
v1.0.9 Latest Latest
Warning

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

Go to latest
Published: May 10, 2022 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Compress

func Compress(dest string, relatedPath string, files []string) error

Compress 压缩文件 files 文件数组,可以是不同dir下的文件或者文件夹 relativePath 压缩包内要去除的相对路径 dest 目标压缩文件的路径

func Decompress

func Decompress(zipFile string, dest string) error

Decompress 解压 zipFile 压缩文件路径 dest 目标解压路径

func GzipCompress

func GzipCompress(data []byte) ([]byte, error)

func GzipDecompress

func GzipDecompress(data []byte) ([]byte, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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