5 ms·
At the risk of sounding like someone who wants to spark a language fight (which I genuinely don't) this is why I love Go. The standard library is so good that I
by sectiondetail 7y ago
At the risk of sounding like someone who wants to spark a language fight (which I genuinely don't) this is why I love Go. The standard library is so good that I rarely need to bring in any third-party dependencies, and the few I do use are extremely well-known with many eyes on their code.
- arminiusreturns 7y agoI've heard more and more sysadmin's liking go for this reason.
- marcus_holmes 7y agosame. Go's attitude to dependencies and standard libraries helped convince me that this is such a problem elsewhere.