Why? Go seems like a reasonable choice here: it's much, much safer by default than C and much, much simpler than C++. I mean memory safety, mostly. To me it seems that Go is actually much better suited for things like these than for webapps that some people use it to write.