Y
Hacker News
new
|
ask
|
show
|
jobs
by
TeMPOraL
3525 days ago
Wait, doesn't Go require you to install a Go runtime?
1 comments
aikah
3525 days ago
The point is you can release binaries for every plateform thanks to cross-compilation, no need to install Go on your machine. And no need to install a runtime no, the runtime is embedded into the binary.
link