Y
Hacker News
new
|
ask
|
show
|
jobs
by
nasretdinov
167 days ago
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.
1 comments
arccy
167 days ago
Since 1.18 Go no longer builds anything during "go get". It's all download only.
https://go.dev/doc/go-get-install-deprecation
link