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 a0c484684..c4eff3ce1 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 FlatNamesapceFiler struct { |
