From 6753f190dfdbef8606aea0d1abedf47f089eb49b Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 6 Oct 2025 23:38:56 -0500 Subject: s/save/sort duh --- example/fruit.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/fruit.proto') diff --git a/example/fruit.proto b/example/fruit.proto index 2f2c908..7cc3f94 100644 --- a/example/fruit.proto +++ b/example/fruit.proto @@ -74,5 +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 junk = 5; - string filename = 6; // `autogenpb:sort` -- this enables autogenerated pb.Load() and pb.Save() + string filename = 6; // `autogenpb:save` -- this enables autogenerated pb.Load() and pb.Save() } -- cgit v1.2.3