diff options
Diffstat (limited to 'weed/command/filer_export.go')
| -rw-r--r-- | weed/command/filer_export.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/command/filer_export.go b/weed/command/filer_export.go index 6ca360b44..d57acedc3 100644 --- a/weed/command/filer_export.go +++ b/weed/command/filer_export.go @@ -1,10 +1,10 @@ package command import ( - "github.com/chrislusf/seaweedfs/weed/server" - "github.com/spf13/viper" "github.com/chrislusf/seaweedfs/weed/filer2" "github.com/chrislusf/seaweedfs/weed/glog" + "github.com/chrislusf/seaweedfs/weed/server" + "github.com/spf13/viper" ) func init() { |
