[mirror] Go on Mobile
Перейти к файлу
Gopher Robot fa514ef75a go.mod: update golang.org/x dependencies
Update golang.org/x dependencies to their latest tagged versions.

Change-Id: I088f0acac42498a4148da7e98ace3a823be94ffe
Reviewed-on: https://go-review.googlesource.com/c/mobile/+/626595
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: David Chase <drchase@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
2024-11-08 19:19:57 +00:00
app all: replace ALooper_pollAll with ALooper_pollOnce 2024-05-20 17:46:38 +00:00
asset asset: do not use 'assets' directory for iOS 2024-09-30 19:46:58 +00:00
bind all: fix printf(var) mistakes detected by latest printf checker 2024-09-05 00:41:12 +00:00
cmd cmd/gomobile: use Output instead of CombinedOutput at envClang 2024-10-16 13:47:51 +00:00
doc README.md: add caution. shorten the README.md. 2015-07-17 17:06:14 +00:00
event all: gofmt 2022-04-14 15:34:00 +00:00
example example/ivy: use tools build constraint in tools.go 2024-11-08 19:19:23 +00:00
exp all: replace ALooper_pollAll with ALooper_pollOnce 2024-05-20 17:46:38 +00:00
geom all: remove the repetitive words 2024-03-20 16:22:01 +00:00
gl all: update Go version to 1.18 2023-09-05 14:05:55 +00:00
internal all: fix printf(var) mistakes detected by latest printf checker 2024-09-05 00:41:12 +00:00
testdata example/sprite: make example lives 2014-12-22 13:10:48 +00:00
.gitattributes mobile: copying .gitattributes to all subrepositories 2014-12-23 23:23:25 +00:00
.gitignore example/ivy/ios: enable return to continue demo 2021-11-02 00:03:17 +00:00
CONTRIBUTING.md CONTRIBUTING.md: remove note about not accepting Pull Requests 2018-03-14 18:02:45 +00:00
LICENSE LICENSE: update per Google Legal 2024-07-16 16:10:57 +00:00
PATENTS go.empty: add PATENTS file to the subrepo. 2012-04-16 11:24:04 +10:00
README.md README: mention the git repo 2024-11-05 20:32:20 +00:00
codereview.cfg mobile: add codereview.cfg 2015-03-18 17:03:44 +00:00
go.mod go.mod: update golang.org/x dependencies 2024-11-08 19:19:57 +00:00
go.sum go.mod: update golang.org/x dependencies 2024-11-08 19:19:57 +00:00

README.md

Go support for Mobile devices

Go Reference

The Go mobile repository holds packages and build tools for using Go on mobile platforms.

Package documentation as a starting point:

Caution image

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.