An open API service indexing awesome lists of open source software.

https://github.com/rafael-vasconcellos/cgo-study

working with C in go
https://github.com/rafael-vasconcellos/cgo-study

backend server-side

Last synced: about 2 months ago
JSON representation

working with C in go

Awesome Lists containing this project

README

          

## About

Learning how to include and run C code from within go projects

**warning:** it is required to have C compiling tools according to the C code build requirements. for example: CMake, Ming, Windows SDK, etc.

Here, a C compiler is enough