I want to call some c++ functions(which are specific for my c++ library ) in Go. But I am not sure, does Go support that?
I've already tried that calling dll functions from go
But it does not work for .so file
Do I have to write a c wrapper for my c++ code?