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:
parent
400ce08276
commit
ece3108695
458 changed files with 6390 additions and 6639 deletions
|
@ -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 {
|
||||
|
|
|
@ -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) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue