Go Tutorial => Cgo: First steps tutorial
riptutorial.com › go › example//#include "hello.c" import "C" IMPORTANT: Do not leave a newline between the include and the import "C" statements or you will get this type of errors on build: # command-line-arguments could not determine kind of name for C.Hello could not determine kind of name for C.sum The example. On this folder you can find an example of C bindings.