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.
- Host: GitHub
- URL: https://github.com/devlights/try-golang-cgo
- Owner: devlights
- License: mit
- Created: 2024-03-06T14:46:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-06T10:09:26.000Z (4 months ago)
- Last Synced: 2025-02-06T11:25:18.682Z (4 months ago)
- Topics: cgo, examples, golang
- Language: Go
- Homepage:
- Size: 95.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# try-golang-cgo
[try-golang](https://github.com/devlights/try-golang) プロジェクトの姉妹版。cgoに関連しているサンプルが配置されています。

## 参考情報
- [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)