DEV Community

Discussion on: Should I Go? The Pros and Cons of Using Go Programming Language

Collapse
 
dhanushgopinath profile image
Dhanush Gopinath

What I loved about Go is the cross compiling and building the application. You compile and build for Linux from your Mac machine and upload the executable to the server and run the app like ./myapp. That's all. No setting up of environment and things like that.

Collapse
 
gimix3 profile image
gimix³

This is a cool feature indeed