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.

link|improve this question

62% accept rate
feedback

1 Answer

Check out this file from the Go repository. It shows how to wrap a C library in Go and has quite a few comments that explain the process.

link|improve this answer
That's a very well documented file! I had begun writing an answer but decided to check that file out and then deleted my unfinished answer after reading. – Hannson Nov 18 '10 at 11:48
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.