Overview of Go Mobile
masterThe golang/mobile repository provides packages and build tools designed to enable Go code to run on mobile platforms (Android and iOS). It supports two primary workflows:
- All-Go apps: Building applications written entirely in Go.
- Libraries for SDK apps: Building Go libraries that can be called from existing native Android or iOS applications using
gobind.
Warning: The Go Mobile project is experimental. Use it at your own risk; neither Google nor the Go team provides end-user support.