Earlier quoted context omitted.
Nowadays I consider Go as a better C, except for those scenarios where C is being used as a portable assembler. Other than that, I spend my time with other languages. Rob said something interesting at the end, it appears they are leaving the language to the community and stepping out.
What else does one use C for? Applications that are too latency-sensitive for garbage collection maybe, but Go doesn't help there.
E.g an app that would process a multimedia file offline (so latency is of no concern) still runs circles around most other languages if its done i C or C++.
And of course 90% or something of desktop apps are written in C/C++.
People act as all those apps, which is what we use everyday, don't exist: browsers, editors, media players, terminals, OSes, mailers, etc etc. Even web apps use those as their substrate.