A Go binding for LZ4 compression using the C libraries lz4.c and lz4hc.c.
go get github.com/cloudflare/golz4No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Compress a byte slice using LZ4.
Install liblz4-dev or equivalent, and ensure CGO_ENABLED=1.
No dependency data recorded yet.