The Snappy compression format in the Go programming language.
Перейти к файлу
Nigel Tao eaed4addcd snappy: add Reset methods to Reader and Writer.
LGTM=bradfitz
R=bradfitz
CC=golang-codereviews
https://codereview.appspot.com/202990043
2015-02-10 14:07:10 +11:00
lib/codereview snappy: switch defaultcc to golang-codereviews. 2015-02-09 15:20:42 +11:00
snappy snappy: add Reset methods to Reader and Writer. 2015-02-10 14:07:10 +11:00
.hgignore snappy-go: Add snappy C++ implementation benchmarks. 2013-02-12 14:38:58 +11:00
AUTHORS snappy: A+C: add Jan Mercl (Individual CLA). 2013-02-20 11:29:28 +11:00
CONTRIBUTORS snappy: A+C: add Jan Mercl (Individual CLA). 2013-02-20 11:29:28 +11:00
LICENSE Initial check-in. 2011-08-23 21:42:19 +10:00
README snappy: delete Makefiles. 2012-02-04 09:55:27 +11:00

README

This is a Snappy library for the Go programming language.

To download and install from source:
$ go get code.google.com/p/snappy-go/snappy

Unless otherwise noted, the Snappy-Go source files are distributed
under the BSD-style license found in the LICENSE file.

Contributions should follow the same procedure as for the Go project:
http://golang.org/doc/contribute.html