Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert zstd shelling to klauspost/compress #188

Open
joestringer opened this issue Apr 15, 2024 · 0 comments
Open

Convert zstd shelling to klauspost/compress #188

joestringer opened this issue Apr 15, 2024 · 0 comments

Comments

@joestringer
Copy link
Member

PR #184 will add a dependency on klauspost/compress for zstd handling. Since we'll have this dependency already, we should switch the following shell-out code to use the same Go library:

cmd := exec.CommandContext(ctx, "zstd", "-d", "-", "-o", tmpPath, "-f")

Link: https://github.com/klauspost/compress

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant