commit | 5e5de4c8566398af0cdd9ee4164eeded53b1c0b3 | [log] [tgz] |
---|---|---|
author | cuishuang <imcusg@gmail.com> | Wed Jan 01 22:18:56 2025 +0800 |
committer | Gopher Robot <gobot@golang.org> | Fri Jan 03 08:39:54 2025 -0800 |
tree | 27ca274a3dfa236cbd6d3da8a51d5530dbc787d9 | |
parent | a87c1cf6cf463f0d4476cfe0fcf67c2953d76e7c [diff] |
all: make function and struct comments match the names Change-Id: I26f303201caebbe159f2e79f577e8d05b325c6ee Reviewed-on: https://go-review.googlesource.com/c/mobile/+/639615 Reviewed-by: Jorropo <jorropo.pgm@gmail.com> Auto-Submit: Jorropo <jorropo.pgm@gmail.com> Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.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.