[mirror] Go on Mobile https://golang.org/x/mobile
Find a file
Gopher Robot 81488f6aeb go.mod: update golang.org/x dependencies
Update golang.org/x dependencies to their latest tagged versions.

Change-Id: I1ef23858a229eb903927ab44482663cb4e538a8c
Reviewed-on: https://go-review.googlesource.com/c/mobile/+/754643
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Auto-Submit: Gopher Robot <gobot@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2026-03-12 08:27:59 -07:00
app all: replace deprecated io/ioutil package 2025-05-20 11:05:27 -07:00
asset all: delete obsolete import comments 2025-02-18 09:38:27 -08:00
bind bind: use types.Unalias for consistency 2026-02-04 09:26:33 -08:00
cmd cmd/gomobile: update comments to explain why x86_64 is used for Arm64 2026-02-17 11:57:05 -08:00
doc README.md: add caution. shorten the README.md. 2015-07-17 17:06:14 +00:00
event all: delete obsolete import comments 2025-02-18 09:38:27 -08:00
example go.mod: update golang.org/x dependencies 2026-03-12 08:27:59 -07:00
exp all: replace deprecated io/ioutil package 2025-05-20 11:05:27 -07:00
geom all: delete obsolete import comments 2025-02-18 09:38:27 -08:00
gl all: replace deprecated io/ioutil package 2025-05-20 11:05:27 -07:00
internal all: fix some comments 2025-10-21 08:11:56 -07: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
codereview.cfg mobile: add codereview.cfg 2015-03-18 17:03:44 +00:00
CONTRIBUTING.md CONTRIBUTING.md: remove note about not accepting Pull Requests 2018-03-14 18:02:45 +00:00
go.mod go.mod: update golang.org/x dependencies 2026-03-12 08:27:59 -07:00
go.sum go.mod: update golang.org/x dependencies 2026-03-12 08:27:59 -07: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

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.