*: revendor

This commit is contained in:
Eric Chiang
2017-11-30 16:43:58 -08:00
parent 35063da41e
commit ab102b8189
8 changed files with 5424 additions and 25 deletions

View File

@@ -73,7 +73,6 @@ for a protocol buffer variable v:
When the .proto file specifies `syntax="proto3"`, there are some differences:
- Non-repeated fields of non-message type are values instead of pointers.
- Getters are only generated for message and oneof fields.
- Enum types do not get an Enum method.
The simplest way to describe this is to see an example.