1
0
Fork 0
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:
AnastasiaShemyakinskaya 2024-05-17 01:41:27 +02:00
parent 89e5a7899d
commit 166a85e522
No known key found for this signature in database
GPG key ID: CCD60ED83B103281
3 changed files with 1 additions and 17 deletions

View file

@ -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"