diff options
| author | Chris Lu <chris.lu@gmail.com> | 2018-09-21 01:56:43 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2018-09-21 01:56:43 -0700 |
| commit | db69ce89f09196f52b94aac4d9262230eb3355d6 (patch) | |
| tree | ebbdc1e1e935b05e6b66ec4df199e8a8a3ceaad3 /weed/replication/source/filer_source.go | |
| parent | a6cfaba018984ba17b9eab802db909bac644b67b (diff) | |
| download | seaweedfs-db69ce89f09196f52b94aac4d9262230eb3355d6.tar.xz seaweedfs-db69ce89f09196f52b94aac4d9262230eb3355d6.zip | |
go fmt
Diffstat (limited to 'weed/replication/source/filer_source.go')
| -rw-r--r-- | weed/replication/source/filer_source.go | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/weed/replication/source/filer_source.go b/weed/replication/source/filer_source.go index 8d10dc59a..69e74a63c 100644 --- a/weed/replication/source/filer_source.go +++ b/weed/replication/source/filer_source.go @@ -1,14 +1,15 @@ package source import ( - "io" - "github.com/chrislusf/seaweedfs/weed/util" - "github.com/chrislusf/seaweedfs/weed/pb/filer_pb" - "fmt" - "github.com/chrislusf/seaweedfs/weed/glog" - "strings" "context" + "fmt" + "io" "net/http" + "strings" + + "github.com/chrislusf/seaweedfs/weed/glog" + "github.com/chrislusf/seaweedfs/weed/pb/filer_pb" + "github.com/chrislusf/seaweedfs/weed/util" ) type ReplicationSource interface { |
