|
|
|
|
|
by throwaway34241
1687 days ago
|
|
It's actually easier than you might think: Go has most of the capabilities of C, including calling C APIs like malloc/free etc and casting them to Go data types. Of course (like C) writing code in that way won't be particularly convenient or memory safe. |
|