Remove import to x/mobile/bind as probably not needed

This commit is contained in:
Neil Alexander 2024-09-21 23:01:36 +01:00
parent 15c0e9da0a
commit 96494e3b62
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -15,8 +15,6 @@ import (
"github.com/yggdrasil-network/yggdrasil-go/src/multicast"
"github.com/yggdrasil-network/yggdrasil-go/src/tun"
"github.com/yggdrasil-network/yggdrasil-go/src/version"
_ "golang.org/x/mobile/bind"
)
// Yggdrasil mobile package is meant to "plug the gap" for mobile support, as