dbtester/vendor/github.com/golang/snappy
Gyu-Ho Lee 39a07e6ab8 compress (#33) 2016-04-25 07:08:33 -07:00
..
.gitignore compress (#33) 2016-04-25 07:08:33 -07:00
AUTHORS compress (#33) 2016-04-25 07:08:33 -07:00
CONTRIBUTORS compress (#33) 2016-04-25 07:08:33 -07:00
LICENSE compress (#33) 2016-04-25 07:08:33 -07:00
README compress (#33) 2016-04-25 07:08:33 -07:00
decode.go compress (#33) 2016-04-25 07:08:33 -07:00
decode_amd64.go compress (#33) 2016-04-25 07:08:33 -07:00
decode_amd64.s compress (#33) 2016-04-25 07:08:33 -07:00
decode_other.go compress (#33) 2016-04-25 07:08:33 -07:00
encode.go compress (#33) 2016-04-25 07:08:33 -07:00
encode_amd64.go compress (#33) 2016-04-25 07:08:33 -07:00
encode_amd64.s compress (#33) 2016-04-25 07:08:33 -07:00
encode_other.go compress (#33) 2016-04-25 07:08:33 -07:00
snappy.go compress (#33) 2016-04-25 07:08:33 -07:00

README

The Snappy compression format in the Go programming language.

To download and install from source:
$ go get github.com/golang/snappy

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