|
|
|
|
|
by totallygamerjet
1219 days ago
|
|
What slimsag wrote is correct. It makes cross-compiling code that needs to call C functions as easy a setting the GOOS and GOARCH and just building. This means no need to worry about building a C cross-compiler. I do want to write an article about how purego works under the hood. |
|