Hacker News new | ask | show | jobs
by mratzloff 4697 days ago
Go has the same FFI language that most languages do: C.

http://golang.org/cmd/cgo/

1 comments

Wrong way around. By "bind languages to it" agentultra talks about using Go from other languages, not using C from Go.