No batteries!? Go has a huge stable standard library no other language even comes close to. Built in tooling for unit testing, performance testing, debugging, code formatting, package management, etc. And most go binaries can be compiled statically so libc is not even a dependency. Golang is the definition of batteries included.
> Go has a huge stable standard library no other language even comes close to.
Java, C#, Python, Node.
>Go has a huge stable standard library no other language even comes close to
Well, Java and Python do.