summaryrefslogtreecommitdiff
path: root/example/fruit.proto
diff options
context:
space:
mode:
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 f7b8f7d..2f2c908 100644
--- a/example/fruit.proto
+++ b/example/fruit.proto
@@ -74,4 +74,5 @@ message Fruits { // `autogenpb:marshal` `
repeated Fruit Fruits = 3; // THIS MUST BE "Fruit" and then "Fruit" + "s"
int64 cost = 4; // you can add additional things here but the three lines above must conform to the standard above
map<string, string> junk = 5;
+ string filename = 6; // `autogenpb:sort` -- this enables autogenerated pb.Load() and pb.Save()
}