https://github.com/ooni/oomobile
Fork of go/mobile with patches for building probe-cli for mobile
https://github.com/ooni/oomobile
Last synced: 5 months ago
JSON representation
Fork of go/mobile with patches for building probe-cli for mobile
- Host: GitHub
- URL: https://github.com/ooni/oomobile
- Owner: ooni
- License: agpl-3.0
- Created: 2024-11-14T01:07:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-30T18:23:10.000Z (over 1 year ago)
- Last Synced: 2025-02-17T02:15:28.002Z (over 1 year ago)
- Size: 6.31 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go support for Mobile devices
[](https://pkg.go.dev/github.com/ooni/oomobile)
The Go mobile repository holds packages and build tools for using Go on mobile platforms.
Package documentation as a starting point:
- [Building all-Go apps](https://github.com/ooni/oomobile/app)
- [Building libraries for SDK apps](https://github.com/ooni/oomobile/cmd/gobind)

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](https://golang.org/wiki/Mobile)
to install the gomobile command, build the
[basic](https://github.com/ooni/oomobile/example/basic)
and the [bind](https://github.com/ooni/oomobile/example/bind) example apps.
--
Contributions to Go are appreciated. See https://go.dev/doc/contribute.
The git repository is https://go.googlesource.com/mobile.
* Bugs can be filed at the [Go issue tracker](https://go.dev/issue/new?title=x/mobile:+).
* Feature requests should preliminary be discussed on
[golang-nuts](https://groups.google.com/forum/#!forum/golang-nuts)
mailing list.