From 32da34b74142599f94f30fba06637ae9c68ca544 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Wed, 18 Oct 2017 16:19:03 -0400 Subject: [PATCH] README updates Signed-off-by: Vincent Batts --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 949df27..cae7fbc 100644 --- a/README.md +++ b/README.md @@ -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* ```