func github.com/klauspost/compress/zstd.WithZeroFrames

2 uses

	github.com/klauspost/compress/zstd (current package)
		encoder_options.go#L272: func WithZeroFrames(b bool) EOption {
		simple_go124.go#L25: 		enc, err = NewWriter(nil, WithEncoderConcurrency(runtime.NumCPU()), WithWindowSize(1<<20), WithLowerEncoderMem(true), WithZeroFrames(true))