Golang: real multi get

The official Golang client features a multi get function that’s just for convenience. It doesn’t request multiple keys in one batch, but requests one for another which reduces throughput a lot and increases latency.

So. Will the Golang client ever get a real multi get function or am I better off moving on to another database?