Merge branch 'release/0.1.4'
This commit is contained in:
commit
af10d52ee0
1 changed files with 3 additions and 3 deletions
|
@ -8,14 +8,14 @@ Install
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ go get -d github.com/nobonobo/unqlitego
|
$ go get -d github.com/nobonobo/unqlitego
|
||||||
$ make -C $GOPATH/src/github.com/nobonobo/unqlitego install
|
$ make -C ${GOPATH/:*/}/src/github.com/nobonobo/unqlitego install
|
||||||
```
|
```
|
||||||
|
|
||||||
Test
|
Test
|
||||||
---------
|
---------
|
||||||
```sh
|
```sh
|
||||||
$ go get github.com/r7kamura/gospel
|
$ go get github.com/r7kamura/gospel
|
||||||
$ make -C $GOPATH/src/github.com/nobonobo/unqlitego test
|
$ make -C ${GOPATH/:*/}/src/github.com/nobonobo/unqlitego test
|
||||||
```
|
```
|
||||||
|
|
||||||
Benchmark
|
Benchmark
|
||||||
|
@ -23,7 +23,7 @@ Benchmark
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ go get github.com/r7kamura/gospel
|
$ go get github.com/r7kamura/gospel
|
||||||
$ cd $GOPATH/src/github.com/nobonobo/unqlitego
|
$ cd ${GOPATH/:*/}/src/github.com/nobonobo/unqlitego
|
||||||
$ go test -bench Bench*
|
$ go test -bench Bench*
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue