func github.com/andybalholm/brotli.NewWriterV2

2 uses

	github.com/andybalholm/brotli (current package)
		http.go#L23: 		return NewWriterV2(w, DefaultCompression)
		writer.go#L126: func NewWriterV2(dst io.Writer, level int) *matchfinder.Writer {