|
|
|
|
|
by pjmlp
260 days ago
|
|
If you look the docs, they expect the developer to add specific information and use the registers in a specific way, otherwise Go will face runtime issues. Whereas when you go over CGO, you get a marshaling layer similar to how JNI, P/Invoke work, that take care of those issues. |
|