Documentation ¶
Overview ¶
Package gzip does nothing, it's kept for backward compatibility to avoid breaking the majority of programs that imported it to install the compression codec, which is now always included.
Index ¶
Constants ¶
View Source
const ( Code = 1 DefaultCompressionLevel = gz.DefaultCompression )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CompressionCodec ¶
func NewCompressionCodec ¶
func NewCompressionCodec() *CompressionCodec
func NewCompressionCodecLevel ¶ added in v0.3.0
func NewCompressionCodecLevel(level int) *CompressionCodec
Click to show internal directories.
Click to hide internal directories.