Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GzipReader ¶
type GzipReader struct { Reader io.ReadCloser // contains filtered or unexported fields }
GzipReader wraps a ReadCloser call gzip.NewReader on the first call to Read
func (*GzipReader) Close ¶
func (gz *GzipReader) Close() error
Click to show internal directories.
Click to hide internal directories.