Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GzipCompress ¶
GzipCompress compresses src using gzip and writes the compressed data to dest.
func GzipDecompress ¶
GzipDecompress decompresses src using gzip and writes the decompressed data to dest.
Types ¶
type GzipCompression ¶
type GzipCompression struct {
// contains filtered or unexported fields
}
GzipCompression implements the Encoding interface.
Click to show internal directories.
Click to hide internal directories.