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

GO-3171: fix android build

Signed-off-by: AnastasiaShemyakinskaya <shem98a@mail.ru>
This commit is contained in:
AnastasiaShemyakinskaya 2024-06-11 15:00:27 +02:00
parent db2e10d80c
commit ddb2a033b6
No known key found for this signature in database
GPG key ID: CCD60ED83B103281
3 changed files with 10 additions and 5 deletions

View file

@ -5,8 +5,7 @@ package addrs
import (
"net"
"golang.org/x/exp/slices"
"slices"
"github.com/anyproto/anytype-heart/util/slice"
)