mirror of https://github.com/perkeep/perkeep.git
12 lines
377 B
Plaintext
12 lines
377 B
Plaintext
This is a LevelDB library for the Go programming language.
|
|
|
|
To download and install from source:
|
|
$ go get code.google.com/p/leveldb-go/leveldb
|
|
|
|
Unless otherwise noted, the LevelDB-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
|
|
|