How do I call C from Go using the "foreign function interface"
Posted
by pauldoo
on Stack Overflow
See other posts from Stack Overflow
or by pauldoo
Published on 2010-04-29T19:45:50Z
Indexed on
2010/04/29
20:07 UTC
Read the original article
Hit count: 322
Hi, How do I use Go's "foreign function interface" to call out to a C function?
This interface is mentioned on the FAQ, but I cannot see it mentioned elsewhere in the docs.
© Stack Overflow or respective owner