Code samples to interact with C in a Go program and the other way around. There are two main folders:
- SharedDynamic: Include code as dynamic library (the makefiles target a Linux environment).
- Static: Statically linked (or compile everything at once).
Just type 'make' in the root folder to build all the examples. Each subfolder also contains its own Makefile that can be used to build only some of the examples.