package
0.0.0-20170130134532-f561c5e57575
Repository: https://github.com/cihub/seelog.git
Documentation: pkg.go.dev

# Packages

Package gzip implements reading and writing of gzip format compressed files.

# Functions

Copy copies from src to dest until either EOF is reached on src or an error occurs.
NopCloser returns a ReadCloser with a no-op Close method wrapping the provided Reader r.

# Interfaces

ReadCloser is the interface that groups Reader with the Close method.
Reader is the interface for reading files from an archive.
WriteCloser is the interface that groups Writer with the Close method.
Writer is the interface for writing files to an archived format.