diff options
Diffstat (limited to 'go/filer')
| -rw-r--r-- | go/filer/client_operations.go | 2 | ||||
| -rw-r--r-- | go/filer/directory_in_map.go | 2 | ||||
| -rw-r--r-- | go/filer/filer_embedded.go | 2 | ||||
| -rw-r--r-- | go/filer/files_in_leveldb.go | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/go/filer/client_operations.go b/go/filer/client_operations.go index b38368735..50f95bab1 100644 --- a/go/filer/client_operations.go +++ b/go/filer/client_operations.go @@ -5,7 +5,7 @@ import ( "errors" "fmt" - "github.com/chrislusf/weed-fs/go/util" + "github.com/mcqueenorama/weed-fs/go/util" "net/url" ) diff --git a/go/filer/directory_in_map.go b/go/filer/directory_in_map.go index ee601066c..d3fe7080f 100644 --- a/go/filer/directory_in_map.go +++ b/go/filer/directory_in_map.go @@ -10,7 +10,7 @@ import ( "strings" "sync" - "github.com/chrislusf/weed-fs/go/util" + "github.com/mcqueenorama/weed-fs/go/util" ) var writeLock sync.Mutex //serialize changes to dir.log diff --git a/go/filer/filer_embedded.go b/go/filer/filer_embedded.go index 0b9b4e668..58684a4d4 100644 --- a/go/filer/filer_embedded.go +++ b/go/filer/filer_embedded.go @@ -6,7 +6,7 @@ import ( "path/filepath" "strings" - "github.com/chrislusf/weed-fs/go/operation" + "github.com/mcqueenorama/weed-fs/go/operation" ) type FilerEmbedded struct { diff --git a/go/filer/files_in_leveldb.go b/go/filer/files_in_leveldb.go index 781bb0e5f..ca2c4e796 100644 --- a/go/filer/files_in_leveldb.go +++ b/go/filer/files_in_leveldb.go @@ -3,7 +3,7 @@ package filer import ( "bytes" - "github.com/chrislusf/weed-fs/go/glog" + "github.com/mcqueenorama/weed-fs/go/glog" "github.com/syndtr/goleveldb/leveldb" "github.com/syndtr/goleveldb/leveldb/util" ) |
