aboutsummaryrefslogtreecommitdiff
path: root/weed/command/filer_export.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2018-11-04 11:59:08 -0800
committerChris Lu <chris.lu@gmail.com>2018-11-04 11:59:08 -0800
commitff4189ab2505450913c4fb273365161a80da45bf (patch)
tree575e903b7c305401f106d26b4082363bdee33906 /weed/command/filer_export.go
parent8dfac6a4cf8d2d21a3a69528136422e7f7a75d32 (diff)
downloadseaweedfs-ff4189ab2505450913c4fb273365161a80da45bf.tar.xz
seaweedfs-ff4189ab2505450913c4fb273365161a80da45bf.zip
go fmt
Diffstat (limited to 'weed/command/filer_export.go')
-rw-r--r--weed/command/filer_export.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/command/filer_export.go b/weed/command/filer_export.go
index d05607bf5..98ccb4d7d 100644
--- a/weed/command/filer_export.go
+++ b/weed/command/filer_export.go
@@ -3,10 +3,10 @@ package command
import (
"github.com/chrislusf/seaweedfs/weed/filer2"
"github.com/chrislusf/seaweedfs/weed/glog"
- "github.com/chrislusf/seaweedfs/weed/server"
- "github.com/spf13/viper"
"github.com/chrislusf/seaweedfs/weed/notification"
"github.com/chrislusf/seaweedfs/weed/pb/filer_pb"
+ "github.com/chrislusf/seaweedfs/weed/server"
+ "github.com/spf13/viper"
)
func init() {