100% agreed -- it's crazy to me how much stuff you can just sweep under the rug when you have fast compilation, a decent debugger, static binaries, and so on.
I always tell people, "I love everything about Go except for the language."
> have fast compilation, a decent debugger, static binaries, and so on.
See Java[1], C#[2]. Both have good compilation speeds (which don't really matter when you have incremental compilation anyway), as well strictly superior debuggers.
You don't use Go for the language design, you use it for the tooling.