Closed dwin closed 4 years ago
Describe the solution you'd like There are Go packages available that provide zstd compression without requiring CGO which is not preferred.
zstd
Working on this, will submit PR.
Supporting documentation
https://github.com/klauspost/compress/tree/master/zstd https://godoc.org/github.com/klauspost/compress/zstd
hi @dwin, thanks for working on this. Do we have a timeline for the PR ?
Should have one over today.
Describe the solution you'd like There are Go packages available that provide
zstd
compression without requiring CGO which is not preferred.Working on this, will submit PR.
Supporting documentation
https://github.com/klauspost/compress/tree/master/zstd https://godoc.org/github.com/klauspost/compress/zstd