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

https://github.com/devlights/try-golang-cgo

This is my TUTORIAL project for cgo.
https://github.com/devlights/try-golang-cgo

cgo examples golang

Last synced: about 2 months ago
JSON representation

This is my TUTORIAL project for cgo.

Awesome Lists containing this project

README

        

# try-golang-cgo

[try-golang](https://github.com/devlights/try-golang) プロジェクトの姉妹版。cgoに関連しているサンプルが配置されています。

![try-golang - Go Version](https://img.shields.io/badge/go-1.23-blue.svg)

## 参考情報

- [C? Go? Cgo!](https://go.dev/blog/cgo)
- [Go Wiki: cgo](https://go.dev/wiki/cgo)
- [cmd/cgo](https://pkg.go.dev/cmd/cgo)
- [runtime/cgo](https://pkg.go.dev/runtime/cgo)
- [cgoを使ったCとGoのリンクの裏側 (1)](https://qiita.com/yugui/items/e71d3d0b3d654a110188)
- [cgoを使ったCとGoのリンクの裏側 (2)](https://qiita.com/yugui/items/cc490d080e0297251090)
- [ebitengine/purego](https://github.com/ebitengine/purego)
- [JupiterRider/ffi](https://github.com/JupiterRider/ffi)