On Tue, Oct 4, 2016 at 10:03 PM, Scot Newberry <mrfav...@gmail.com> wrote:
> I'm evaluating gomobile and building a simple application just display a
> text both with OS name (Android, or iOS), OS release...

You can at least discriminate Android vs iOS via the runtime.GOOS
constant (https://golang.org/pkg/runtime/#pkg-constants). Getting the
OS release will be a little harder.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to