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 is not currently supported, so closing this as a duplicate of #33 and #21.
I didn't find the performance with Cgo enabled to be acceptable, but I'm hoping with the advent of go/packages (see #38) we'll be able to resolve that.
foo.h
foo.go
bar.go
gogetdoc
forfoo.Foo
andfoo.Bar
and see the former fails and the latter succeedsNow change bar.go to
import "C"
then run
gogetdoc
forfoo.Bar
The text was updated successfully, but these errors were encountered: