From: Yann Collet Date: Tue, 23 Apr 2019 16:56:56 +0000 (-0700) Subject: added Go port X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ea5cdbb1bb3ad79e7cb15ef337b20bcfe6b5449;p=thirdparty%2Fzstd.git added Go port by @klauspost --- 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