That's tricky if you don't know the length, as you must search for the 0 byte.
a:=([1<<20]byte(unsafe.Pointer(retPtr)))
var b string
for i:=0;i<1<<20;i++{ if a[i]==0 {b=string(a[:i])}}

-- 
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