commit | 2b9d635e74e54c8475b1a0452de0ba0a7a3bc08c | [log] [tgz] |
---|---|---|
author | Ian Lance Taylor <iant@golang.org> | Tue Nov 05 11:33:30 2024 -0800 |
committer | Gopher Robot <gobot@golang.org> | Tue Nov 05 20:32:20 2024 +0000 |
tree | 601b676c01e3e66f18c828b564ce7c97b20b9881 | |
parent | 7ff83004ec2c864311acb5f558c65f372f05a25d [diff] |
README: mention the git repo Change-Id: Id01077e4708b481e42b5aab6a34c25d6e34d1fe0 Reviewed-on: https://go-review.googlesource.com/c/mobile/+/625397 Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: Ian Lance Taylor <iant@google.com> Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com> Commit-Queue: Ian Lance Taylor <iant@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
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://go.dev/doc/contribute.
The git repository is https://go.googlesource.com/mobile.