A simple CGO application that prints "Hello, world!" in Go reading the data from a library in C.
Assuming a correctly configured Go toolchain:
go get github.com/cpliakas/cgo-example
Run cgo-example
on the command line, and it should return Hello, world!
.
TODO
Maybe, but probably not. Relevant articles on this topic are listed below: