Y
Hacker News
new
|
ask
|
show
|
jobs
by
andjd
1047 days 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-be...
)
1 comments
bb88
1046 days ago
Having used go professionally, I would comment it's not just a little copying, but can be rather substantial.
link