Call C/C++ lib with the help of swig
Call C/C++ lib with the help of swig
mv interface.swig/interface.swigxx interface.i
swig -go -cgo -intgosize 64 interface.i
swig -go -cgo -c++ -intgosize 64 interface.i
go get github.com/Akagi201/swiggo