Go is definitely the pragmatic choice for most backend stuff rn
Easy to learn, fast to write, great concurrency model
Rust is cool but the learning curve is brutal – I spent 3 months just getting comfortable
If you want to build stuff fast, Go. If you want perf and correctness, Rust.