gogo / grpc-example

An example of using Go gRPC and tools from the greater gRPC ecosystem together with the GoGo Protobuf Project.
Other
453 stars 87 forks source link

server: Ensure AddUser does not return nil #30

Closed johanbrandhorst closed 5 years ago

johanbrandhorst commented 5 years ago

This fixes a crash in the marshalling of the message

Fixes #29