open-vault/vendor/github.com/golang/snappy
Jeff Mitchell 5104ec5505 Update godeps 2016-03-10 22:50:50 -05:00
..
.gitignore Update godeps 2016-03-10 22:50:50 -05:00
AUTHORS Migrate to built-in Go vendoring. 2016-02-18 15:06:02 -05:00
CONTRIBUTORS Migrate to built-in Go vendoring. 2016-02-18 15:06:02 -05:00
LICENSE Migrate to built-in Go vendoring. 2016-02-18 15:06:02 -05:00
README Migrate to built-in Go vendoring. 2016-02-18 15:06:02 -05:00
decode.go Update godeps 2016-03-10 22:50:50 -05:00
decode_amd64.go Update godeps 2016-03-10 22:50:50 -05:00
decode_amd64.s Update godeps 2016-03-10 22:50:50 -05:00
decode_other.go Update godeps 2016-03-10 22:50:50 -05:00
encode.go Update godeps 2016-03-10 22:50:50 -05:00
snappy.go Update godeps 2016-03-10 22:50:50 -05: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.