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
Since 1.18 Go no longer builds anything during "go get". It's all download only. https://go.dev/doc/go-get-install-deprecation