>[1] Such a benefit doesn't matter in a containerized world.
Go is used for the tooling for deploying this containerized world.
Let's take a look at some infra/ops tools written in Go:
* Docker itself - should run on baremetal (duh)
* Nomad, a container scheduler - should run on baremetal
* Kubernetes, a container scheduler - should run on baremetal
* Consul, service discovery - should run on baremetal
* Etcd, service discovery - should run on baremetal
When you actually work in ops, setting up the container conveyer belt by putting Go static binaries on Linux hosts - so that developers can go ahead, containerized their applications, and deploy them - is a big improvement over the Python days of yore.