The post discusses Go's C interoperability layer, cgo. It covers referencing C symbols, working with arrays and slices in C, converting between Go slices and C arrays, handling strings in C, and managing pointer fields. It also mentions the drawbacks and complexities of using cgo.

6m read timeFrom ericchiang.github.io
Post cover image
Table of contents
Referencing CArrays and slicesStringsPointer fieldserrnoGo from C?“Cgo is not Go”
2 Comments

Sort: