Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Decompress ¶
Decompress decompresses data, detecting the format automatically.
func NewCompressWriter ¶ added in v0.3.0
NewCompressWriter returns a streaming io.WriteCloser that compresses data written to it into the underlying writer w using the specified format. Supported formats: "gz" (gzip), "xz", "none" or "" (passthrough). Unknown formats return an error.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.