Go on Android and iOS devices

Clone this repo:

Branches

  1. e2f4524 cmd/gomobile: resolve symbolic links as a workaround for an Xcode bug by Hajime Hoshi · 3 days ago master
  2. 2077a32 go.mod: update golang.org/x dependencies by Gopher Robot · 3 weeks ago
  3. dc64209 cmd/gomobile: add go statements to autogenerated go.mod files by Hajime Hoshi · 3 weeks ago
  4. fbe1c05 all: update Go version to 1.18 by Hajime Hoshi · 3 weeks ago
  5. 52620a4 all: upgrade dependencies by Hajime Hoshi · 3 weeks ago

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://golang.org/doc/contribute.html.