aboutsummaryrefslogtreecommitdiff
path: root/go/filer/flat_namespace/flat_namespace_filer.go
diff options
context:
space:
mode:
authorStuart P. Bentley <stuart@testtrack4.com>2015-04-16 19:18:06 +0000
committerStuart P. Bentley <stuart@testtrack4.com>2015-04-16 19:18:06 +0000
commitf0c2a2dcb314ffb9c2f33eb159edc81ab3903a6c (patch)
tree3bff62cabe6fedda2819838b9c9f2e8440c782f0 /go/filer/flat_namespace/flat_namespace_filer.go
parent41f29e9d8c8a910d3a3061dd167b7f448e243d0c (diff)
downloadseaweedfs-f0c2a2dcb314ffb9c2f33eb159edc81ab3903a6c.tar.xz
seaweedfs-f0c2a2dcb314ffb9c2f33eb159edc81ab3903a6c.zip
Change all chrislusf/weed-fs links to point to chrislu/seaweedfs
Diffstat (limited to 'go/filer/flat_namespace/flat_namespace_filer.go')
-rw-r--r--go/filer/flat_namespace/flat_namespace_filer.go2
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 {