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:
Ashley Mensah
2026-01-15 11:17:24 +01:00
parent 2e4933d7bb
commit a682d4b4eb
87 changed files with 269 additions and 266 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ import (
"regexp"
"strings"
"golang.org/x/mobile/internal/importers/java"
"github.com/netbirdio/gomobile-tvos-fork/internal/importers/java"
)
// TODO(crawshaw): disallow basic android java type names in exported symbols.