mirror of
https://github.com/netbirdio/gomobile-tvos-fork.git
synced 2026-05-22 18:43:29 -07:00
Update module path and rename binaries to netbird-specific names
- Changed module path from golang.org/x/mobile to github.com/netbirdio/gomobile-tvos-fork - Renamed gomobile → gomobile-netbird - Renamed gobind → gobind-netbird - Updated all internal imports - Updated README.md with new installation and usage instructions
This commit is contained in:
@@ -12,7 +12,7 @@ import "C"
|
||||
import (
|
||||
"unsafe"
|
||||
|
||||
"golang.org/x/mobile/internal/mobileinit"
|
||||
"github.com/netbirdio/gomobile-tvos-fork/internal/mobileinit"
|
||||
)
|
||||
|
||||
//export setContext
|
||||
|
||||
Reference in New Issue
Block a user