项目作者: Akagi201

项目描述 :
Call C/C++ lib with the help of swig
高级语言: Go
项目地址: git://github.com/Akagi201/swiggo.git
创建时间: 2017-01-18T06:57:57Z
项目社区:https://github.com/Akagi201/swiggo

开源协议:MIT License

下载


swiggo

Build Status
Go Report Card
GoDoc

Call C/C++ lib with the help of swig

Generate Go package file and C/C++ wrapper file

  • mv interface.swig/interface.swigxx interface.i
  • For C: swig -go -cgo -intgosize 64 interface.i
  • For C++: swig -go -cgo -c++ -intgosize 64 interface.i

Usage

  • go get github.com/Akagi201/swiggo

TODO

  • Auto gen Go package files for godoc and IDE to browser Go definitions.