Cursed Bundler: Using go get to install Ruby Gems

11 points by telemachus


wink

When you write import "github.com/foo/bar", Go doesn’t look up “bar” in some central index.

Not sure if I remember correctly, but IIRC it doesn't just magically work, it only magically works on Github - other forges (or websites) need to implement something but I can't find the docs now.

Edit to clarify: the lookup works, but not the actual importing. Or I am misremembering.