Documentation ¶
Directories ¶
Path | Synopsis |
---|---|
Package asset provides access to application-bundled assets.
|
Package asset provides access to application-bundled assets. |
Package bind implements a code generator for gobind.
|
Package bind implements a code generator for gobind. |
java
Package java implements the Java language bindings.
|
Package java implements the Java language bindings. |
objc
Package objc implements the Objective-C language bindings.
|
Package objc implements the Objective-C language bindings. |
seq
Package seq implements the machine-dependent seq serialization format.
|
Package seq implements the machine-dependent seq serialization format. |
cmd
|
|
gobind
Gobind generates language bindings that make it possible to call Go functions from Java and Objective-C.
|
Gobind generates language bindings that make it possible to call Go functions from Java and Objective-C. |
gomobile
Gomobile is a tool for building and running mobile apps written in Go.
|
Gomobile is a tool for building and running mobile apps written in Go. |
internal
|
|
binres
Package binres implements encoding and decoding of android binary resources.
|
Package binres implements encoding and decoding of android binary resources. |
importers
The importers package uses go/ast to analyze Go packages or Go files and collect references to types whose package has a package prefix.
|
The importers package uses go/ast to analyze Go packages or Go files and collect references to types whose package has a package prefix. |
importers/java
The 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.
|
The 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. |
importers/objc
The 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.
|
The 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. |
mobileinit
Package mobileinit contains common initialization logic for mobile platforms that is relevant to both all-Go apps and gobind-based apps.
|
Package mobileinit contains common initialization logic for mobile platforms that is relevant to both all-Go apps and gobind-based apps. |
sdkpath
Package sdkpath provides functions for locating the Android SDK.
|
Package sdkpath provides functions for locating the Android SDK. |
Click to show internal directories.
Click to hide internal directories.