gomobile demo projects for GopherChina 2016
cd c/GopherC
go build -buildmode=c-archive github.com/tomasen/gomobile-demo/c/hello
go build -buildmode=c-archive github.com/tomasen/gomobile-demo/c/world
cd GopherDemoIOS/GopherDemoIOS
gomobile bind -target=ios github.com/tomasen/gomobile-demo/sdk
cd GopherDemoAndroid/app/libs
ANDROID_HOME=~/Library/Android/sdk/ gomobile bind -target=android github.com/tomasen/gomobile-demo/sdk
cd GopherDemoOSX/GopherDemoOSX
gomobile bind -target=ios github.com/tomasen/gomobile-demo/sdk