summaryrefslogtreecommitdiff
path: root/example/fruit.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-09 20:08:22 -0600
committerJeff Carr <[email protected]>2025-01-09 20:08:22 -0600
commit3f81cca18c6f55f303bddc5c4d992cd53894726e (patch)
tree34a38e7d6a3037915f10d82de06d7f0bc8f71bba /example/fruit.proto
parent948af64ea2b6e586f4d152fcfc7ed168dae4c919 (diff)
example is working okay
Diffstat (limited to 'example/fruit.proto')
-rw-r--r--example/fruit.proto2
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`