Skip to content
This repository has been archived by the owner on Jan 6, 2018. It is now read-only.

Latest commit

 

History

History
7 lines (4 loc) · 259 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 259 Bytes

Wrapping C++ with Go

This is a minimal example of how to wrap a C++ class manually with Go.

I borrowed most of the code from a stack overflow answer, but modified it to use static linking.