open-vault/vendor/github.com/golang/snappy
Jeff Mitchell 7a4eda156c Migrate to built-in Go vendoring.
This also removes `godep` calls from make scripts. Of note is that
currently `./...` checking in acceptance tests is disabled.
2016-02-18 15:06:02 -05:00
..
.gitignore Migrate to built-in Go vendoring. 2016-02-18 15:06:02 -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
decode.go Migrate to built-in Go vendoring. 2016-02-18 15:06:02 -05:00
encode.go 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
snappy.go Migrate to built-in Go vendoring. 2016-02-18 15:06:02 -05:00

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.