Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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