It looks like Go 1.4 will remove support for Go packages containing C code (as described below, donât confuse this with CGO), so enjoy it while it lasts. This is a short post designed to illustrate how Go package authors can write package level functions in C and call them from Go code without using cgo. The code for this article is available on GitHub, https://github.com/davecheney/ccode. Some wa
{{#tags}}- {{label}}
{{/tags}}