Earlier quoted context omitted.
I don't see why you'd choose Go instead of a JVM language like Java, you get the language simplicity (plus features like Generics) and the performance upside too.
That comes with a big memory cost, though. Also huge startup time, so not suitable for command line tools.
Also since Java 8 with tiered compilation, I wouldn't consider a few ms a huge startup time.