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.
Version
v0.1.2 (latest)
Published
Dec 29, 2020
Platform
darwin/amd64
Last checked
3 hours ago

Tools for package owners.