commit | ab8d69d0ab6840c474d629ae58d1f50db38f4797 | [log] [tgz] |
---|---|---|
author | Elias Naur <elias.naur@gmail.com> | Tue Jan 17 23:42:53 2017 +0100 |
committer | Elias Naur <elias.naur@gmail.com> | Wed Jan 18 02:43:28 2017 +0000 |
tree | 949493215b0089275ed0864fddf64e668988d6aa | |
parent | 226c1c8284dc3ee080c91f7ff62e6431b0b2a74b [diff] |
internal,importers: find deeply nested prefixed class references Before this CL, with code such as import "Java/some/pkg/Class" ... Class.StaticFunc().DoSomething() the reverse generator wouldn't find the the Java/some/pkg.Class reference. Change-Id: I1def4b54589fd1c123767ff59438c647cbced0cd Reviewed-on: https://go-review.googlesource.com/35331 Reviewed-by: David Crawshaw <crawshaw@golang.org>
The Go mobile repository holds packages and build tools for using Go on mobile platforms.
Package documentation as a starting point:
The Go Mobile project is experimental. Use this at your own risk. While we are working hard to improve it, neither Google nor the Go team can provide end-user support.
This is early work and installing the build system requires Go 1.5. Follow the instructions on golang.org/wiki/Mobile to install the gomobile command, build the basic and the bind example apps.
Contributions to Go are appreciated. See https://golang.org/doc/contribute.html.