mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-08 05:57:03 +09:00
GO-3170: fix import order and cleanup peer manager interface
Signed-off-by: AnastasiaShemyakinskaya <shem98a@mail.ru>
This commit is contained in:
parent
89e5a7899d
commit
166a85e522
3 changed files with 1 additions and 17 deletions
|
@ -4,7 +4,6 @@ package commonspace
|
|||
import (
|
||||
"context"
|
||||
"errors"
|
||||
"github.com/anyproto/any-sync/commonspace/syncstatus"
|
||||
"sync/atomic"
|
||||
"time"
|
||||
|
||||
|
@ -38,6 +37,7 @@ import (
|
|||
"github.com/anyproto/any-sync/commonspace/spacestate"
|
||||
"github.com/anyproto/any-sync/commonspace/spacestorage"
|
||||
"github.com/anyproto/any-sync/commonspace/spacesyncproto"
|
||||
"github.com/anyproto/any-sync/commonspace/syncstatus"
|
||||
"github.com/anyproto/any-sync/consensus/consensusproto"
|
||||
"github.com/anyproto/any-sync/metric"
|
||||
"github.com/anyproto/any-sync/net/pool"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue