diff options
Diffstat (limited to 'go/filer/flat_namespace/flat_namespace_filer.go')
| -rw-r--r-- | go/filer/flat_namespace/flat_namespace_filer.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/go/filer/flat_namespace/flat_namespace_filer.go b/go/filer/flat_namespace/flat_namespace_filer.go index fb84781c0..9959b2924 100644 --- a/go/filer/flat_namespace/flat_namespace_filer.go +++ b/go/filer/flat_namespace/flat_namespace_filer.go @@ -3,7 +3,7 @@ package flat_namespace import ( "errors" - "github.com/chrislusf/weed-fs/go/filer" + "github.com/chrislusf/seaweedfs/go/filer" ) type FlatNamespaceFiler struct { |
