diff options
| author | Chris Lu <chris.lu@gmail.com> | 2018-10-11 00:08:13 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2018-10-11 00:08:13 -0700 |
| commit | 08266b7256e8b81bf4e846cd392a6b988dca60e8 (patch) | |
| tree | 1b368539ba9b94d8f51f67b5d9c3ecf04ad54662 /weed/replication/replicator.go | |
| parent | 1d7e01b754069d188094e110fe8c5a5141ac3519 (diff) | |
| download | seaweedfs-08266b7256e8b81bf4e846cd392a6b988dca60e8.tar.xz seaweedfs-08266b7256e8b81bf4e846cd392a6b988dca60e8.zip | |
go fmt
Diffstat (limited to 'weed/replication/replicator.go')
| -rw-r--r-- | weed/replication/replicator.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/replication/replicator.go b/weed/replication/replicator.go index ba9898915..208e0894a 100644 --- a/weed/replication/replicator.go +++ b/weed/replication/replicator.go @@ -4,11 +4,11 @@ import ( "path/filepath" "strings" + "github.com/chrislusf/seaweedfs/weed/glog" "github.com/chrislusf/seaweedfs/weed/pb/filer_pb" "github.com/chrislusf/seaweedfs/weed/replication/sink" - "github.com/chrislusf/seaweedfs/weed/replication/source" + "github.com/chrislusf/seaweedfs/weed/replication/source" "github.com/chrislusf/seaweedfs/weed/util" - "github.com/chrislusf/seaweedfs/weed/glog" ) type Replicator struct { |
