gosnipp / snappy-go

Implementation of the Snappy compression format written in go - Forked from http://code.google.com/p/snappy-go//

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

**NOTE:** This is a fork/vendoring of github.com/golang/snappy

The Snappy compression format in the Go programming language.

To download and install from source:
$ go get -u -v github.com/btcsuite/snappy-go

Unless otherwise noted, the Snappy-Go source files are distributed
under the BSD-style license found in the LICENSE file.

About

Implementation of the Snappy compression format written in go - Forked from http://code.google.com/p/snappy-go//

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 100.0%