Re: [go-nuts] What versions of mobile OS does go.mobile work on?

2016-07-06 Thread Hyang-Ah Hana Kim
For Android, min API level is 15, ice cream sandwich. The gomobile doc needs update - it mentions API 9. For iOS, I think iOS 8.3 was the earliest one I happened to use (iphone5/6). On Fri, Jul 1, 2016 at 10:51 PM, wrote: > Hi, > > I am considering to write a shared library that works on > both

[go-nuts] What versions of mobile OS does go.mobile work on?

2016-07-01 Thread tnzk . marge
Hi, I am considering to write a shared library that works on both of Android and iOS using go.mobile. What versions of mobile OS does go.mobile work on? I have read the document below but it does not mention about the versions of target platform: https://github.com/golang/go/wiki/Mobile https