fwiw - My favorite language is Rust, but Async Rust has ruined it for me.
For your own application code, you don't have to use exceptions you can write custom Result objects and force callers to pattern match on the types (and you can always wrap library/std exceptions in that result type).
Structured Concurrency looks like a banger of a feature - it's what CompletableFuture should've been.
VirtualThreads still needs a few more years for most production cases imo, but once it's there, I truly don't see a point to choose Go over Java for backend web services.
Let me remind you that many of us grew up with The X Files.
Of course we paid attention. We just seem to be less gullible.
I do love Rust a lot as well but most of the time I am finding myself using either Elixir or Golang.