0
0

change forestdb imports to couchbase not couchbaselabs

This commit is contained in:
Marty Schoch 2015-04-24 17:35:01 -04:00
parent ee47d1c21a
commit b54a59139c
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@
package forestdb package forestdb
import ( import (
"github.com/couchbaselabs/goforestdb" "github.com/couchbase/goforestdb"
) )
type Iterator struct { type Iterator struct {

View File

@ -15,7 +15,7 @@ import (
"fmt" "fmt"
"github.com/blevesearch/bleve/index/store" "github.com/blevesearch/bleve/index/store"
"github.com/couchbaselabs/goforestdb" "github.com/couchbase/goforestdb"
) )
type Reader struct { type Reader struct {

View File

@ -20,7 +20,7 @@ import (
"github.com/blevesearch/bleve/index/store" "github.com/blevesearch/bleve/index/store"
"github.com/blevesearch/bleve/registry" "github.com/blevesearch/bleve/registry"
"github.com/couchbaselabs/goforestdb" "github.com/couchbase/goforestdb"
) )
type ForestDBConfig struct { type ForestDBConfig struct {