dispatch/vendor/github.com/golang/snappy
Ken-Håvard Lieng cd317761c5 Switch from Godep to go vendoring 2016-03-01 01:51:26 +01:00
..
cmd/snappytool Switch from Godep to go vendoring 2016-03-01 01:51:26 +01:00
testdata Switch from Godep to go vendoring 2016-03-01 01:51:26 +01:00
AUTHORS Switch from Godep to go vendoring 2016-03-01 01:51:26 +01:00
CONTRIBUTORS Switch from Godep to go vendoring 2016-03-01 01:51:26 +01:00
LICENSE Switch from Godep to go vendoring 2016-03-01 01:51:26 +01:00
README Switch from Godep to go vendoring 2016-03-01 01:51:26 +01:00
decode.go Switch from Godep to go vendoring 2016-03-01 01:51:26 +01:00
decode_amd64.go Switch from Godep to go vendoring 2016-03-01 01:51:26 +01:00
decode_amd64.s Switch from Godep to go vendoring 2016-03-01 01:51:26 +01:00
decode_other.go Switch from Godep to go vendoring 2016-03-01 01:51:26 +01:00
encode.go Switch from Godep to go vendoring 2016-03-01 01:51:26 +01:00
snappy.go Switch from Godep to go vendoring 2016-03-01 01:51:26 +01:00
snappy_test.go Switch from Godep to go vendoring 2016-03-01 01:51:26 +01: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.