summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/golang/protobuf/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/golang/protobuf/README.md')
-rw-r--r--vendor/github.com/golang/protobuf/README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/vendor/github.com/golang/protobuf/README.md b/vendor/github.com/golang/protobuf/README.md
index aa933d788..e560b7321 100644
--- a/vendor/github.com/golang/protobuf/README.md
+++ b/vendor/github.com/golang/protobuf/README.md
@@ -104,7 +104,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.
Consider file test.proto, containing