No description
  • Go 87%
  • Objective-C 4.6%
  • Java 4.6%
  • C 3.4%
  • HTML 0.3%
  • Other 0.1%
Find a file
2026-03-09 06:33:36 +01:00
app Adding upstream version 0.0~git20250520.a1d9079+dfsg. 2025-07-11 08:00:39 +02:00
asset Adding upstream version 0.0~git20250520.a1d9079+dfsg. 2025-07-11 08:00:39 +02:00
bind Merging upstream version 0.0~git20260204.1dceadb. 2026-02-09 04:11:01 +01:00
cmd Merging upstream version 0.0~git20260204.1dceadb. 2026-02-09 04:11:01 +01:00
debian Releasing fastforward version 0.0~git20260204.1dceadb-2~ffwd13+u1. 2026-03-09 06:33:36 +01:00
doc Adding upstream version 0.0~git20250520.a1d9079+dfsg. 2025-07-11 08:00:39 +02:00
event Adding upstream version 0.0~git20250520.a1d9079+dfsg. 2025-07-11 08:00:39 +02:00
example Merging upstream version 0.0~git20260204.1dceadb. 2026-02-09 04:11:01 +01:00
exp Adding upstream version 0.0~git20250520.a1d9079+dfsg. 2025-07-11 08:00:39 +02:00
geom Adding upstream version 0.0~git20250520.a1d9079+dfsg. 2025-07-11 08:00:39 +02:00
gl Adding upstream version 0.0~git20250520.a1d9079+dfsg. 2025-07-11 08:00:39 +02:00
internal Merging upstream version 0.0~git20251126.5c265dc. 2025-11-30 08:42:14 +01:00
testdata Adding upstream version 0.0~git20250520.a1d9079+dfsg. 2025-07-11 08:00:39 +02:00
.gitattributes Adding upstream version 0.0~git20250520.a1d9079+dfsg. 2025-07-11 08:00:39 +02:00
.gitignore Adding upstream version 0.0~git20250520.a1d9079+dfsg. 2025-07-11 08:00:39 +02:00
codereview.cfg Adding upstream version 0.0~git20250520.a1d9079+dfsg. 2025-07-11 08:00:39 +02:00
CONTRIBUTING.md Adding upstream version 0.0~git20250520.a1d9079+dfsg. 2025-07-11 08:00:39 +02:00
go.mod Merging upstream version 0.0~git20260204.1dceadb. 2026-02-09 04:11:01 +01:00
go.sum Merging upstream version 0.0~git20260204.1dceadb. 2026-02-09 04:11:01 +01:00
LICENSE Adding upstream version 0.0~git20250520.a1d9079+dfsg. 2025-07-11 08:00:39 +02:00
PATENTS Adding upstream version 0.0~git20250520.a1d9079+dfsg. 2025-07-11 08:00:39 +02:00
README.md Adding upstream version 0.0~git20250520.a1d9079+dfsg. 2025-07-11 08:00:39 +02: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.