Skip to content

Conversation

@tmcrain
Copy link
Contributor

@tmcrain tmcrain commented Aug 4, 2018

Fixes: #564

README.md Outdated
repeated int64 reps = 3;
optional group OptionalGroup = 4 {
required string RequiredField = 5;
message OptionalNest {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not valid proto syntax. You can't inline a message like this.

I would just remove the entire reference to groups.

Copy link
Contributor Author

@tmcrain tmcrain Aug 4, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're right, made a dumb typo there. Will just remove the entire reference.

@dsnet dsnet merged commit 89a0c16 into golang:master Aug 4, 2018
@tmcrain tmcrain deleted the rem-groups branch August 4, 2018 22:47
@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.

README.md, proto: remove usage of group from example

2 participants