Merge branch 'release/0.1.4'

This commit is contained in:
nobonobo 2013-11-29 09:05:29 +09:00
commit af10d52ee0

View file

@ -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*
``` ```