aboutsummaryrefslogtreecommitdiff
path: root/go/filer/files_in_leveldb.go
diff options
context:
space:
mode:
Diffstat (limited to 'go/filer/files_in_leveldb.go')
-rw-r--r--go/filer/files_in_leveldb.go2
1 files changed, 1 insertions, 1 deletions
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"
)