const github.com/andybalholm/brotli.DefaultCompression

3 uses

	github.com/andybalholm/brotli (current package)
		http.go#L23: 		return NewWriterV2(w, DefaultCompression)
		writer.go#L13: 	DefaultCompression = 6
		writer.go#L35: 	return NewWriterLevel(dst, DefaultCompression)