|
|
|
|
|
by stonemetal
4685 days ago
|
|
As far as I understand, by design Go can't be a "nice" citizen in a C application, the Go routine will bring with itself the whole city it lives in to your flat. That is correct, but the GP is correct as well. Using C code in Go is easy(just use cgo etc.), vice versa not so much(no such thing as goc etc.). |
|
[0] http://golang.org/cmd/cgo/