diff options
Diffstat (limited to 'example/fruit.proto')
| -rw-r--r-- | example/fruit.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example/fruit.proto b/example/fruit.proto index 86a8f89..4545e03 100644 --- a/example/fruit.proto +++ b/example/fruit.proto @@ -65,6 +65,7 @@ message Fruit { Pears notpears = 6; Pears fakepears = 7; repeated Basket gifts = 8; + int64 price = 9; // `autogenpb:sort` } // "Fruits" MUST EXIST and start exactly this way |
