type github.com/andybalholm/brotli/matchfinder.M0

5 uses

	github.com/andybalholm/brotli/matchfinder (current package)
		m0.go#L12: type M0 struct {
		m0.go#L20: func (M0) Reset() {}
		m0.go#L33: func (m M0) hash(data uint64) uint64 {
		m0.go#L40: func (m M0) FindMatches(dst []Match, src []byte) []Match {

	github.com/andybalholm/brotli
		writer.go#L129: 		mf = matchfinder.M0{Lazy: level == 1}