In cgo, how to call c meth with go func arg
Following is my code, I hope go can capture c code’s progress
Best way to pass slice of slices in CGO?
I have a static C++ library that will be called from Go using CGO. In one of my functions, I want to pass a serialised object (and perform deserialisation in C/C++).