coredns/vendor/github.com/eapache/go-xerial-snappy
Yong Tang 6e3be7f3d5 Update vendor with go dep
This fix updates vendor with `go dep`

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2017-04-28 09:14:54 -07:00
..
.gitignore Update vendor with go dep 2017-04-28 09:14:54 -07:00
.travis.yml Update vendor with go dep 2017-04-28 09:14:54 -07:00
LICENSE Update vendor with go dep 2017-04-28 09:14:54 -07:00
README.md Update vendor with go dep 2017-04-28 09:14:54 -07:00
snappy.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
snappy_test.go Update vendor with go dep 2017-04-28 09:14:54 -07: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).