Files
Urban IshimweandGitHub 5cbb5ea85f updating modules (#778)
the major purpose of this PR is to update modules to their recent **minor version**.
this is helpful in terms of having update functionalities and fixing some issues caused by non-up-to-date modules.
2020-06-24 17:19:19 +03:00
..
2019-05-13 20:38:06 +03:00
2019-05-13 20:38:06 +03:00
2020-06-24 17:19:19 +03:00
2019-05-13 20:38:06 +03:00
2019-05-13 20:38:06 +03:00
2020-06-24 17:19:19 +03:00

go-xerial-snappy

Build Status

Xerial-compatible Snappy framing support for golang.

Packages using Xerial for snappy encoding use a framing format incompatible with basically everything else in existence. This package wraps Go's built-in snappy package to support it.

Apps that use this format include Apache Kafka (see https://github.com/dpkp/kafka-python/issues/126#issuecomment-35478921 for details).