Commit 2a7632b
Ken Harris
Add protobuf syntax version
The protocol buffer spec suggests that this is required.
I've tried two protobuf libraries, and one errors without this,
and the other prints a warning.
There's no documentation in OLA I can find that it's proto2,
but it works this way, and it makes sense. Both files use "required",
which was removed from proto3.1 parent 1a68747 commit 2a7632b
2 files changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| |||
0 commit comments