You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cgo-based packages that work with 6g should
also work with gccgo. Right now cgo has no gccgo
support.
The runtime linkage between Go and C is obviously
easier in gccgo than in 6g. The benefit of cgo in
the gccgo context is mainly the nice wrapping and
being able to build the same code in both
environments.