aboutsummaryrefslogtreecommitdiff
path: root/weed/command/filer_replication.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2018-10-11 00:08:13 -0700
committerChris Lu <chris.lu@gmail.com>2018-10-11 00:08:13 -0700
commit08266b7256e8b81bf4e846cd392a6b988dca60e8 (patch)
tree1b368539ba9b94d8f51f67b5d9c3ecf04ad54662 /weed/command/filer_replication.go
parent1d7e01b754069d188094e110fe8c5a5141ac3519 (diff)
downloadseaweedfs-08266b7256e8b81bf4e846cd392a6b988dca60e8.tar.xz
seaweedfs-08266b7256e8b81bf4e846cd392a6b988dca60e8.zip
go fmt
Diffstat (limited to 'weed/command/filer_replication.go')
-rw-r--r--weed/command/filer_replication.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/weed/command/filer_replication.go b/weed/command/filer_replication.go
index c62b01445..8d5c9d8cc 100644
--- a/weed/command/filer_replication.go
+++ b/weed/command/filer_replication.go
@@ -5,12 +5,12 @@ import (
"github.com/chrislusf/seaweedfs/weed/glog"
"github.com/chrislusf/seaweedfs/weed/replication"
- "github.com/chrislusf/seaweedfs/weed/server"
- "github.com/spf13/viper"
"github.com/chrislusf/seaweedfs/weed/replication/sink"
- _ "github.com/chrislusf/seaweedfs/weed/replication/sink/s3sink"
_ "github.com/chrislusf/seaweedfs/weed/replication/sink/filersink"
_ "github.com/chrislusf/seaweedfs/weed/replication/sink/gcssink"
+ _ "github.com/chrislusf/seaweedfs/weed/replication/sink/s3sink"
+ "github.com/chrislusf/seaweedfs/weed/server"
+ "github.com/spf13/viper"
)
func init() {