Hacker News new | ask | show | jobs
by rqs 3156 days ago
Don't know why other people's reason of choosing Go.

I don't actually like the Go itself, I use Go because the batteries it includes, and most of them are cross platform.

Sure, other language can do it with third-party lib management (npm, composer, crate etc), but then you have do deal with lib-associated problems (Log, error handling, bug, deprecation and license etc), and that is troubling.