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:
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user