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
I ask that a documentation page be made detailing how to add C function calls to the Go compiler. Some might think the simple solution is to use cgo. Unfortunately cgo is not available inside the runtime package. I need this information for Mac OS X, but having documentation for all platforms would be great.
What did you expect to see?
A tutorial on how to add a C function call to the Runtime package or another package. My suggestion would be to use a simple C function like time() or puts().
The text was updated successfully, but these errors were encountered:
What is the URL of the page with the issue?
not applicable
What is your user agent?
not applicable
Screenshot
No response
What did you do?
no error to report
What did you see happen?
I ask that a documentation page be made detailing how to add C function calls to the Go compiler. Some might think the simple solution is to use cgo. Unfortunately cgo is not available inside the runtime package. I need this information for Mac OS X, but having documentation for all platforms would be great.
What did you expect to see?
A tutorial on how to add a C function call to the Runtime package or another package. My suggestion would be to use a simple C function like time() or puts().
The text was updated successfully, but these errors were encountered: