## 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/>