mirror of
https://github.com/netbirdio/gomobile-tvos-fork.git
synced 2026-05-22 18:43:29 -07:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user