# Functions

CompressWithGzip takes an io.Reader as input and pipes it through a gzip.Writer returning an io.Reader containing the gzipped data.

# Structs

ReadWaitCloser is ReadCloser that waits for finishing underlying reader.