aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/zstd.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/zstd.go')
-rw-r--r--internal/rosa/zstd.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/internal/rosa/zstd.go b/internal/rosa/zstd.go
index adb82cbd..15de3154 100644
--- a/internal/rosa/zstd.go
+++ b/internal/rosa/zstd.go
@@ -29,9 +29,7 @@ ZSTD_BIN=/cure/programs/zstd /usr/src/zstd/tests/playTests.sh
), version
}
func init() {
- native.MustRegister(&Artifact{
- f: Toolchain.newZstd,
-
+ native.mustRegister(Toolchain.newZstd, &Metadata{
Name: "zstd",
Description: "a fast compression algorithm",
Website: "https://facebook.github.io/zstd/",