* Document extractor service * Fixing vendor modules * Addressing PR Review comments * Some small simplifications * Fixing a linter complain * simplifying a bit the code using package variables Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
14 строки
620 B
Plaintext
14 строки
620 B
Plaintext
This is a Snappy library for the Go programming language that has been modified to work with Apple files, which fail to set CRC checks and stream identifiers. This version is a total hack, so if you want to use snappy for other projects **DO NOT USE THIS VERSION**. Use the proper version as per below:
|
|
|
|
To download and install from source:
|
|
$ go get code.google.com/p/snappy-go/snappy
|
|
|
|
|
|
|
|
Unless otherwise noted, the Snappy-Go source files are distributed
|
|
under the BSD-style license found in the LICENSE file.
|
|
|
|
Contributions should follow the same procedure as for the Go project:
|
|
http://golang.org/doc/contribute.html
|
|
|