Hacker News new | ask | show | jobs
by littlestymaar 2441 days ago
It can be in the std, or it can be available as a package in your language package manager. But Go doesn't shine in dependency management either.

Minimalist standard library doesn't go well with their philosophy around dependency (“a little copying is better than a little dependency”). That's why the made so much stuff in std.

1 comments

Pretty sure modules addresses the dependency management concerns, no?