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

3 uses

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