1
0
Fork 0
mirror of https://github.com/anyproto/anytype-heart.git synced 2025-06-08 05:47:07 +09:00

GO-1330 Fix rebase changes

This commit is contained in:
Mikhail Iudin 2023-05-24 17:10:52 +02:00
parent 400ce08276
commit ece3108695
No known key found for this signature in database
GPG key ID: FAAAA8BAABDFF1C0
458 changed files with 6390 additions and 6639 deletions

View file

@ -7,7 +7,7 @@ import (
"golang.org/x/exp/slices"
"github.com/anytypeio/go-anytype-middleware/util/slice"
"github.com/anyproto/anytype-heart/util/slice"
)
type Interface struct {

View file

@ -6,7 +6,7 @@ package addrs
import (
"net"
"github.com/anytypeio/go-anytype-middleware/util/slice"
"github.com/anyproto/anytype-heart/util/slice"
)
func SetInterfaceAddrsGetter(getter InterfaceAddrsGetter) {}