Change joeslay paths to chrislusf paths
This commit is contained in:
@@ -3,10 +3,10 @@ package storage
|
||||
import (
|
||||
"os"
|
||||
|
||||
"github.com/joeslay/seaweedfs/weed/glog"
|
||||
"github.com/joeslay/seaweedfs/weed/storage/idx"
|
||||
"github.com/joeslay/seaweedfs/weed/storage/needle_map"
|
||||
. "github.com/joeslay/seaweedfs/weed/storage/types"
|
||||
"github.com/chrislusf/seaweedfs/weed/glog"
|
||||
"github.com/chrislusf/seaweedfs/weed/storage/idx"
|
||||
"github.com/chrislusf/seaweedfs/weed/storage/needle_map"
|
||||
. "github.com/chrislusf/seaweedfs/weed/storage/types"
|
||||
)
|
||||
|
||||
type NeedleMap struct {
|
||||
|
||||
Reference in New Issue
Block a user