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, 1 insertions, 0 deletions
diff --git a/vendor/github.com/golang/protobuf/README.md b/vendor/github.com/golang/protobuf/README.md
index 795f53f6f..207eb6b48 100644
--- a/vendor/github.com/golang/protobuf/README.md
+++ b/vendor/github.com/golang/protobuf/README.md
@@ -111,6 +111,7 @@ When the .proto file specifies `syntax="proto3"`, there are some differences:
Consider file test.proto, containing
```proto
+ syntax = "proto2";
package example;
enum FOO { X = 17; };