func github.com/klauspost/compress/flate.NewReaderOpts

3 uses

	github.com/klauspost/compress/flate (current package)
		inflate.go#L827: func NewReaderOpts(r io.Reader, opts ...ReaderOpt) io.ReadCloser {
		inflate.go#L853: 	return NewReaderOpts(r)
		inflate.go#L864: 	return NewReaderOpts(r, WithDict(dict))