Make badger go-gettable (#85)

* Make package go-gettable

* Remove leftover ./badger folder

* Fix tests
This commit is contained in:
Awn
2017-07-01 20:32:11 +10:00
committed by Manish R Jain
parent bc82e744f2
commit 31ca5306ca
13 changed files with 1 additions and 1 deletions
View File
+1 -1
View File
@@ -20,7 +20,7 @@ import (
"fmt"
"os"
"github.com/dgraph-io/badger/badger"
"github.com/dgraph-io/badger"
)
var d string = "doc"
View File
View File
View File
View File
View File
View File