Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

protoc-gen-go/grpc: use status and code packages only if needed #820

Merged
merged 1 commit into from Mar 18, 2019

Conversation

dsnet
Copy link
Member

@dsnet dsnet commented Mar 18, 2019

In the rare event that a proto file only has a service declaration with
no declared methods, it will not depend on status and code.
Make sure these are not imported in such cases.

In the rare event that a proto file only has a service declaration with
no declared methods, it will not depend on status and code.
Make sure these are not imported in such cases.
@dsnet dsnet requested a review from neild March 18, 2019 17:18
@neild neild merged commit d3c38a4 into master Mar 18, 2019
@dsnet dsnet deleted the fix-grpc2 branch March 18, 2019 19:48
@golang golang locked and limited conversation to collaborators Jun 26, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants