The .support files were missed when updating the module path from golang.org/x/mobile to github.com/netbirdio/gomobile-tvos-fork in commit a682d4b. This caused a module path conflict error when gobind-netbird tried to resolve the bind packages.

This commit is contained in:
Ashley Mensah
2026-01-29 18:26:54 +01:00
parent d54144c3c1
commit e2c477538f
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ import "C"
import (
"unsafe"
"golang.org/x/mobile/bind/seq"
"github.com/netbirdio/gomobile-tvos-fork/bind/seq"
)
// DestroyRef is called by Java to inform Go it is done with a reference.