Earlier quoted context omitted.
nope, golang can't handle google either, it would be to expensive for them too.
spoken with some authority? https://talks.golang.org/2013/oscon-dl.slide#1
When most laypeople think about "Google", they probably mean the search engine. I cannot imagine the serving system of Google - the part that actually retrieves the results and ranks them - ever being written in anything but C++. The scale of data that it operates on is just too large, the complexity of the code too high, and the CPU budget per request too small.
Now, there are other binaries in the search serving stack that I think should ideally be written in Go. I said as much when I was at Google, though I doubt it'd ever happen simply because of inertia. But that's probably not what people are thinking of when they say "Google-scale".
Source: I worked in search for 5+ years.