github.com/klauspost/compress/zstd.Decoder.Close (method)

4 uses

	github.com/klauspost/compress/zstd (current package)
		decoder.go#L581: func (d *Decoder) Close() {
		decoder.go#L630: 	c.d.Close()
		simple_go124.go#L50: 			d.Close()

	github.com/refraction-networking/utls
		u_handshake_client.go#L89: 		defer rc.Close()