Relative Content

Tag Archive for c++cgocgo

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++).