InterviewSolution
Saved Bookmarks
| 1. |
What is CGO Golang? |
|
Answer» In Golang, the Cgo LETS all the Go packages call a C code. With a Go source file WRITTEN on some special features, the cgo MAKES an output in Go and C FILES which can be then combined into a single Go package bundle. |
|