func github.com/andybalholm/brotli.NewWriterLevel

2 uses

	github.com/andybalholm/brotli (current package)
		writer.go#L35: 	return NewWriterLevel(dst, DefaultCompression)
		writer.go#L42: func NewWriterLevel(dst io.Writer, level int) *Writer {