|
|
|
|
|
by eryb
2211 days ago
|
|
Binaries are obviously not portable, you can't run ARM binary on x86 and vice versa without emulation. Unlike any other language Go lets you create binaries for almost all architectures and OS with a single command, you won't find this in any language. |
|