From 9ea5cdbb1bb3ad79e7cb15ef337b20bcfe6b5449 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Tue, 23 Apr 2019 09:56:56 -0700 Subject: [PATCH] added Go port by @klauspost --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 9265e7b54..d660a9859 100644 --- a/index.html +++ b/index.html @@ -211,11 +211,12 @@ here is a list of known bindings and their authors : ## Ports into other languages -This is a re-implementation of Zstandard following the [format specification](https://github.com/facebook/zstd/blob/dev/doc/zstd_compression_format.md) +These are complete re-implementations of Zstandard supporting its [format specification](https://github.com/facebook/zstd/blob/master/doc/zstd_compression_format.md) | Language | Author | URL | | ------------ | ------------------- | ------------------------------------- | | __Java__ (decoder) | Martin Traverso | https://github.com/airlift/aircompressor/tree/master/src/main/java/io/airlift/compress/zstd +| __Go__ (decoder) | Klaus Post | https://github.com/klauspost/compress/tree/master/zstd#zstd
-- 2.47.2