Distributed Services with Go: Chapter 9 (Page 189) - Protoc output is different

update: not sure why but I had messed up the code for GetServers in log.proto. It should have been:

rpc GetServers(GetServersRequest) returns (GetServersResponse) {}

I had the stream keyword added instead.