cgo
Practical cgo usage notes, caveats, and examples that complement the formal package docs.
Practical cgo usage notes, caveats, and examples that complement the formal package docs.
- Author: Go Team
- Authority: primary
- Kind: wiki
- URL: https://go.dev/wiki/cgo
What it covers
- common cgo patterns
- interop caveats
- practical examples and gotchas
Why authoritative
Go Team wiki with practical cgo guidance and examples.
Use when
- what are the common cgo pitfalls
- how should I structure cgo code
- is this cgo usage safe
Keywords
- cgo, interop, examples, c pointers, build