README updates
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
22e0b9821a
commit
32da34b741
1 changed files with 5 additions and 3 deletions
|
@ -3,18 +3,20 @@ unqlitego
|
|||
|
||||
UnQLite Binding for golang.
|
||||
|
||||
[Docs](https://godoc.org/git.thisco.de/vbatts/unqlitego)
|
||||
|
||||
Install
|
||||
---------
|
||||
|
||||
```sh
|
||||
$ go get github.com/nobonobo/unqlitego
|
||||
$ go get git.thisco.de/vbatts/unqlitego
|
||||
```
|
||||
|
||||
Test
|
||||
---------
|
||||
```sh
|
||||
$ go get github.com/r7kamura/gospel
|
||||
$ cd ${GOPATH/:*/}/src/github.com/nobonobo/unqlitego
|
||||
$ cd ${GOPATH/:*/}/src/git.thisco.de/vbatts/unqlitego
|
||||
$ go test .
|
||||
```
|
||||
|
||||
|
@ -23,7 +25,7 @@ Benchmark
|
|||
|
||||
```sh
|
||||
$ go get github.com/r7kamura/gospel
|
||||
$ cd ${GOPATH/:*/}/src/github.com/nobonobo/unqlitego
|
||||
$ cd ${GOPATH/:*/}/src/git.thisco.de/vbatts/unqlitego
|
||||
$ go test -bench Bench*
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue