> I would think so. It has many of the properties you would like in implementing a database system. First, the language is statically typed and executes surprisingly quickly. Second, it can handle high concurrency which is needed in a database since you will have many clients connection. Third, the libraries letting you interface with protobufs and HTTP provides two pretty simple ways to connect your Database interface to the rest of the world.
But that is not unique to Go, it may as well apply to Java, Scala, etc...
But that is not unique to Go, it may as well apply to Java, Scala, etc...