Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsGzip ¶
IsGzip determines if a path points to a gzip compressed file. Returns true when the file has a .gz extension.
func OpenCompressed ¶
OpenCompressed opens a file for writing and automatically compresses the content if the filename ends with .gz
func OpenDecompressed ¶
func OpenDecompressed(path string) (io.ReadCloser, error)
OpenDecompressed opens a reader for the specified file and automatically gzip decompresses the content if the filename ends with .gz
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.