Y
Hacker News
new
|
ask
|
show
|
jobs
by
xixixao
4117 days ago
Are Go libraries split up more granular than npm packages? Surprises me Go has such a large number of projects listed.
1 comments
andrewnez
4117 days ago
They are at the moment, Go doesn't have a central repository like npmjs.org, each project is just a url that you can "go get", I'm trying to find a good way to group them that keeps the full dependency graph intact.
link