Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicholasjackson/go-mobile-framework
Example framework for the Go mobile talk
https://github.com/nicholasjackson/go-mobile-framework
Last synced: 23 days ago
JSON representation
Example framework for the Go mobile talk
- Host: GitHub
- URL: https://github.com/nicholasjackson/go-mobile-framework
- Owner: nicholasjackson
- License: mit
- Created: 2016-03-22T17:21:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-03-22T17:36:53.000Z (over 8 years ago)
- Last Synced: 2024-06-20T12:37:21.898Z (5 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-mobile-framework
Example framework for the Go mobile talk[![Circle CI](https://circleci.com/gh/nicholasjackson/go-mobile-framework.svg?style=svg)](https://circleci.com/gh/nicholasjackson/go-mobile-framework)
## Installation
$ go get golang.org/x/mobile/cmd/gomobile
$ gomobile init## Run Tests
$ go test -v ./...## Build iOS
$ gomobile bind -target ios -o mobilesdk.framework## Build Android
$ gomobile bind -target android -o mobilesdk.aar