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
- Host: GitHub
- URL: https://github.com/rafael-vasconcellos/cgo-study
- Owner: rafael-vasconcellos
- Created: 2024-06-28T12:57:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-28T22:13:40.000Z (about 2 years ago)
- Last Synced: 2025-01-11T13:29:38.363Z (over 1 year ago)
- Topics: backend, server-side
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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