Hacker News new | ask | show | jobs
by mvzink 4778 days ago

    $ go get github.com/person/project
It will even figure out dependencies by checking every import (and you can do 'import "github.com/person/project"' too), and builds the source by default.

And yes, "go get" comes with the standard gotools.

1 comments

As I said in my previous comment, it's just the equivalent of `npm install person/project` not NPM.

Edit: WTF? why this comment is down-voted now?

Ah! You mean CPAN!

Nothing that I'm aware yet. It's mostly community-based discovery and recommendations, but a centralized repository would sure be nice.

I'm not sure if there's a direct equivalent, but see if any of these are helpful.

http://godoc.org/

http://go-lang.cat-v.org/

https://code.google.com/p/go-wiki/wiki/Projects