Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding UnimplementedGreeterServer to server struct (#1973)
The compiler produces an error without this. The error is: ``` cannot use &server literal (type *server) as type helloworld.GreeterServer in argument to helloworld.RegisterGreeterServer: *server does not implement helloworld.GreeterServer (missing helloworld.mustEmbedUnimplementedGreeterServer method) ```
- Loading branch information