Versions in this module Expand all Collapse all v0 v0.1.2 May 31, 2019 v0.1.1 May 31, 2019 v0.1.0 May 14, 2019 Changes in this version + func WriteToGzipper(buf *bytes.Buffer, filename string) error + type Gzipper struct + func NewGzipper(fileName string) (*Gzipper, error) + func (g *Gzipper) Close() error + func (g *Gzipper) Name() string + func (g *Gzipper) Write(p []byte) (n int, err error)