Hi all

Once again I have a 3th party library which looks like this example: 
https://play.golang.org/p/Ue9yQ8s8Ymq and I need it to integrate in our go 
tool. The example is working but is still get the warning "
possible misuse of unsafe.Pointer". 

So my questions are:

   1. Can I use uintptr to hold the void pointer and pass it around go 
   functions?
   2. Can I ignore the warning "possible misuse of unsafe.pointer"?
   3. If not, what would be the proper approach for this example?

Any help is much appreciated...
Sandro


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/964e1e57-ff6f-4f3e-8f40-981a3966e734n%40googlegroups.com.

Reply via email to