mwitkow / go-proto-validators

Generate message validators from .proto annotations.
Apache License 2.0
1.09k stars 164 forks source link

Change annotation to field options in readme to align with official protobuf documentation. #31

Closed F21 closed 6 years ago

F21 commented 6 years ago

In the official documentation, the annotations are called field options:

Changing annotation to field options makes the terms being used consistent.

mwitkow commented 6 years ago

Cheers :)