Live data from Hacker News

Cursed Bundler: Using go get to install Ruby Gems

nesbitt.io

1–4 of 4 posts

Re: Cursed Bundler: Using go get to install Ruby Gems

#3

Nice article! One nitpick: Go can build C code via cgo when doing go get, but of course that probably won't generate the object files Ruby modules are expecting.

Since 1.18 Go no longer builds anything during "go get". It's all download only. https://go.dev/doc/go-get-install-deprecation