summaryrefslogtreecommitdiff
path: root/example/fruit.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-20 09:38:47 -0600
committerJeff Carr <[email protected]>2025-02-20 09:38:47 -0600
commit68eea60f165009568bc75e4595e37c7fbd2ff8c3 (patch)
tree1c72b1faf35427e712ed5366f1d8c806e82b0d00 /example/fruit.proto
parent261d54485cc208a5157eef23c267c5e959fcd054 (diff)
autogen pb gui table fixesv0.0.56
Diffstat (limited to 'example/fruit.proto')
-rw-r--r--example/fruit.proto1
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