mirror of
https://github.com/netbirdio/netbird.git
synced 2025-08-09 07:15:15 +02:00
Import go mobile bind at the android package level (#935)
This commit is contained in:
5
client/android/gomobile.go
Normal file
5
client/android/gomobile.go
Normal file
@ -0,0 +1,5 @@
|
||||
package android
|
||||
|
||||
import _ "golang.org/x/mobile/bind"
|
||||
|
||||
// to keep our CI/CD that checks go.mod and go.sum files happy, we need to import the package above
|
Reference in New Issue
Block a user