If you use cgo, there is a helper function C.CString to do this.

You can convert the string to a []byte, append 0 (for a null-terminated 
string), and take the address of the first byte.

Andy

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