func github.com/andybalholm/brotli/flate.NewGZIPWriter

2 uses

	github.com/andybalholm/brotli/flate (current package)
		writer.go#L19: func NewGZIPWriter(w io.Writer, level int) *matchfinder.Writer {

	github.com/andybalholm/brotli
		http.go#L31: 		return flate.NewGZIPWriter(w, level)