diff options
Diffstat (limited to 'example/fruit.proto')
| -rw-r--r-- | example/fruit.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/fruit.proto b/example/fruit.proto index c546fd4..86a8f89 100644 --- a/example/fruit.proto +++ b/example/fruit.proto @@ -69,7 +69,7 @@ message Fruit { // "Fruits" MUST EXIST and start exactly this way // It must be "Fruit" + 's' and must match the name of this file: "fruit.proto" -message Fruits { // `autogenpb:marshal` `autogenpb:mutex` +message Fruits { // `autogenpb:marshal` `autogenpb:mutex` `autogenpb:gui` string uuid = 1; // `autogenpb:uuid:be926ad9-f07f-484c-adf2-d96eeabf3079` string version = 2; // `autogenpb:version:v0.0.1` repeated Fruit Fruits = 3; // THIS MUST BE "Fruit" and then "Fruit" + "s" |
