Skip to content

Convert zstd shelling to klauspost/compress #188

@joestringer

Description

@joestringer

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions