Comment Re:Can Go still not load shared libraries? (Score 5, Informative) 221
The Go 1.5 release includes preliminary support for shared libraries. You can now build your Go programs to use shared libraries, on x86_64 GNU/Linux. You can also build shared libraries that can be linked into a C/C++ program, on several platforms.
Go has had an FFI for calling into C from the beginning: https://ancillary-proxy.atarimworker.io?url=https%3A%2F%2Fgolang.org%2Fcmd%2Fcgo .