logoalt Hacker News

nasretdinovtoday at 11:55 AM1 replyview on HN

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.


Replies

arccytoday at 12:01 PM

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