Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Gunzip ¶
func Gunzip(r io.ReadCloser, w io.WriteCloser) error
Gunzip will decompress the given data in r using the gzip compression algorithm and write it to w.
func Gzip ¶
func Gzip(r io.ReadCloser, w io.WriteCloser) error
Gzip will compress the given data in r using the gzip compression algorithm and write it to w.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.