[go-nuts] panic: plugin.Open: plugin was built with a different version of package runtime

2016-11-19 Thread conejo
I'm not sure what I'm doing wrong or if I understood at all the plugin package of 1.8 I have a plugin like the example exampleplugin/main.go (build with "go build -buildmode=plugin") package main // // No C code needed. import "C" import "fmt" var V int func F() { fmt.Printf("Hello, numbe

[go-nuts] Is it possible and how to connect to USB devices from Android in a Go program?

2016-08-20 Thread conejo
I'm developing an Android app using Golang that make use of a USB device connected to the Android (on those that support the host mode). My app works great if the device is rooted and SELinux is in permissive, unfortunately that's not common at all. To avoid that, you could open the USB devi