Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Gzip func(data []byte, level ...int) ([]byte, error) = gcompress.Gzip GzipFile func(srcFilePath, dstFilePath string, level ...int) (err error) = gcompress.GzipFile GzipPathWriter func(filePath string, writer io.Writer, level ...int) error = gcompress.GzipPathWriter )
View Source
var ( UnGzip func(data []byte) ([]byte, error) = gcompress.UnGzip UnGzipFile func(srcFilePath, dstFilePath string) error = gcompress.UnGzipFile )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.