Skip to content

Instantly share code, notes, and snippets.

View danhhuynh1-Tiki's full-sized avatar
🎯
Focusing

danh.huynh1 danhhuynh1-Tiki

🎯
Focusing
View GitHub Profile
@nmarley
nmarley / README.md
Last active April 4, 2024 16:47
Go / C++ bindings example

Go / C++ bindings example

This is an example of Go code calling to a C++ library with a C wrapper.

Build

go build  # this only ensures it compiles