diff options
Diffstat (limited to 'go/storage/needle_map_boltdb.go')
| -rw-r--r-- | go/storage/needle_map_boltdb.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/go/storage/needle_map_boltdb.go b/go/storage/needle_map_boltdb.go index a0a688dd5..bed6e58d1 100644 --- a/go/storage/needle_map_boltdb.go +++ b/go/storage/needle_map_boltdb.go @@ -6,8 +6,8 @@ import ( "github.com/boltdb/bolt" - "github.com/chrislusf/weed-fs/go/glog" - "github.com/chrislusf/weed-fs/go/util" + "github.com/chrislusf/seaweedfs/go/glog" + "github.com/chrislusf/seaweedfs/go/util" ) type BoltDbNeedleMap struct { |
