Skip to content

Instantly share code, notes, and snippets.

View chisenberg's full-sized avatar
😁

Christian Isenberg chisenberg

😁
View GitHub Profile
@zchee
zchee / cgo.md
Last active April 18, 2024 06:14
cgo convert list

See also, http://libraryofalexandria.io/cgo/

Using Go cgo

cgo has a lot of trap.
but Not "C" pkg also directory in $GOROOT/src. IDE's(vim) Goto command not works.

So, Here collect materials.