The only missing thing in NativeAOT (for my use cases) is EF Core. It's getting there. Once EF Core works well on NativeAOT, C# would be a fantastic alternative to Go.
Yeah, because specially you can do everything with JIT and only AOT when publishing, and it is still reasonable anyway.
Go isn't special, the world just happened to forget how fast AOT compiled languages with modules used to be, before C and C++ took over with their text file inclusion model.