mirror of
https://gitee.com/johng/gf
synced 2026-07-08 22:40:30 +08:00
新增go modules支持,自行管理第三方包依赖,方便开发者使用
This commit is contained in:
13
third/github.com/eapache/go-xerial-snappy/README.md
Normal file
13
third/github.com/eapache/go-xerial-snappy/README.md
Normal file
@ -0,0 +1,13 @@
|
||||
# go-xerial-snappy
|
||||
|
||||
[](https://travis-ci.org/eapache/go-xerial-snappy)
|
||||
|
||||
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).
|
||||
Reference in New Issue
Block a user