]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
added Go port
authorYann Collet <cyan@fb.com>
Tue, 23 Apr 2019 16:56:56 +0000 (09:56 -0700)
committerYann Collet <cyan@fb.com>
Tue, 23 Apr 2019 16:56:56 +0000 (09:56 -0700)
by @klauspost

index.html

index 9265e7b5407b73bc1b7074b19eb4fb25b1be7bb7..d660a985907cd544bc83bee9e299c7e6479b8649 100644 (file)
@@ -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
 
 
 <br/>