Hacker News new | ask | show | jobs
by makufiru 3599 days ago
As I said, YMMV but the biggest standout that I remember was trying to play sounds using the windows API. There weren't any packages our team could find that really did it correctly, the one that everyone pointed to leaked memory like crazy and it was hard for us to track down since it relied on bouncing back and forth between C and Go so frequently (making malloc/free lifetimes difficult to follow because C can't know what things have been GC'd by the Go runtime)
1 comments

sounds more like the ecosystem for windows support is slow. Or were there some stdlib's useful for it in go on linux?