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 821ae6c..a965d42 100644 --- a/example/fruit.proto +++ b/example/fruit.proto @@ -28,7 +28,7 @@ message Pear { // "Fruit" must exist. you can put anything in it message Fruit { // `autogenpb:marshal` - string brand = 1; // `autogenpb:unique` + string brand = 1; // `autogenpb:unique` `autogenpb:sort` repeated Apple apples = 2; repeated Pear pears = 3; string UPC = 4; // `autogenpb:sort` `autogenpb:unique` |
