Google News
logo
Golang - Interview Questions
What is CGo in Golang?
CGo allows Go packages to invite C code. Given a Go source file that is written with some unique features, cGo yields Go and C files that can be merged into a unique Go package. That is because C means a "pseudo-package", a unique name defined by cGo as a reference to C's namespace.
Advertisement