Nigel Tao | a911026 | 2015-05-14 15:32:47 +1000 | [diff] [blame] | 1 | The Snappy compression format in the Go programming language. |
Nigel Tao | a0354ef | 2011-08-23 21:42:19 +1000 | [diff] [blame] | 2 | |
Nigel Tao | f23747f | 2012-02-04 09:55:27 +1100 | [diff] [blame] | 3 | To download and install from source: |
Sebastien Binet | c5eccb2 | 2015-06-11 10:18:30 +0200 | [diff] [blame] | 4 | $ go get github.com/golang/snappy |
Nigel Tao | f23747f | 2012-02-04 09:55:27 +1100 | [diff] [blame] | 5 | |
Nigel Tao | f31f16d | 2011-08-30 13:32:13 +1000 | [diff] [blame] | 6 | Unless otherwise noted, the Snappy-Go source files are distributed |
Nigel Tao | a0354ef | 2011-08-23 21:42:19 +1000 | [diff] [blame] | 7 | under the BSD-style license found in the LICENSE file. |