Support field numbers and reserved fields
Open
- Dominant language
- Go
- Stars
- 2.3k
- Forks
- 279
- PR merge metrics
- No merged PRs in 30d
Description
It would be helpful if we could support field numbers and reserved field definitions when converting to / from proto.
For example:
```proto
message Request {
reserved 2;
reserved "second";
string first = 1;
string third = 3;
}
```
Contributor guide
Assessment
This issue has not been assessed yet.