You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @chrisclapham, thanks for reporting the issue. The typo is fixed in #7456. The fix will be a part of the next protoc-gen-go-grpc release, i.e. v1.6.0. There is no ETA for the release at the moment.
What version of gRPC are you using?
google.golang.org/grpc v1.67.1
protoc-gen-go-grpc 1.5.1
What version of Go are you using (
go version
)?go version go1.23.1 windows/amd64
What operating system (Linux, Windows, …) and version?
Microsoft Windows [Version 10.0.26100.2033]
What did you do?
I noticed a typo in the generated Go code comments from
protoc-gen-go-grpc
.To reproduce:
protoc-gen-go-grpc
*_grpc.pb.go
fileWhat did you expect to see?
// If the following call panics, it indicates UnimplementedServicesServer was...
What did you see instead?
// If the following call pancis, it indicates UnimplementedServicesServer was...
This is a minor documentation issue that doesn't affect functionality, but should be fixed for clarity and correctness. Thanks team.
The text was updated successfully, but these errors were encountered: