blob: 5074bbab8dee3180cdee08e899ad87f8785cf2d7 [file] [log] [blame]
Nigel Taoa9110262015-05-14 15:32:47 +10001The Snappy compression format in the Go programming language.
Nigel Taoa0354ef2011-08-23 21:42:19 +10002
Nigel Taof23747f2012-02-04 09:55:27 +11003To download and install from source:
Sebastien Binetc5eccb22015-06-11 10:18:30 +02004$ go get github.com/golang/snappy
Nigel Taof23747f2012-02-04 09:55:27 +11005
Nigel Taof31f16d2011-08-30 13:32:13 +10006Unless otherwise noted, the Snappy-Go source files are distributed
Nigel Taoa0354ef2011-08-23 21:42:19 +10007under the BSD-style license found in the LICENSE file.
OSZAR »