8 ms·
Yes. Go has a culture that avoids using libraries (the axiom is "a little copying is better than a little dependency" (see, e.g. https://www.efekarakus.com/202
by andjd 3y ago
Yes. Go has a culture that avoids using libraries (the axiom is "a little copying is better than a little dependency" (see, e.g. https://www.efekarakus.com/2021/09/23/a-little-copying-is-better-than-a-little-dependency.html https://www.efekarakus.com/2021/09/23/a-little-copying-is-be...)
- bb88 3y agoHaving used go professionally, I would comment it's not just a little copying, but can be rather substantial.