mobilegolang.org/x/mobile/internal Directories

internal/ directory

Directories

PathSynopsis
internal/binresPackage binres implements encoding and decoding of android binary resources.
internal/importersThe importers package uses go/ast to analyze Go packages or Go files and collect references to types whose package has a package prefix.
internal/importers/javaThe java package takes the result of an AST traversal by the importers package and queries the java command for the type information for the referenced Java classes and interfaces.
internal/importers/objcThe objc package takes the result of an AST traversal by the importers package and uses the clang command to dump the type information for the referenced ObjC classes and protocols.
internal/mobileinitPackage mobileinit contains common initialization logic for mobile platforms that is relevant to both all-Go apps and gobind-based apps.
internal/sdkpathPackage sdkpath provides functions for locating the Android SDK.
Version
v0.0.0-20250210185054-b38b8813d607 (latest)
Published
Feb 10, 2025
Platform
linux/amd64
Last checked
1 month ago

Tools for package owners.