From cfedee740ce59638de70382652a3d637398bcab2 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 1 Feb 2025 06:54:55 -0600 Subject: goimport for protobuf --- example/fruit.proto | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'example/fruit.proto') diff --git a/example/fruit.proto b/example/fruit.proto index b119652..6df0b89 100644 --- a/example/fruit.proto +++ b/example/fruit.proto @@ -71,7 +71,6 @@ message Fruits { // `autogenpb:marshal` `autogenpb:mutex` string uuid = 1; // `autogenpb:uuid:be926ad9-f07f-484c-adf2-d96eeabf3079` string version = 2; // `autogenpb:version:v0.0.1` repeated Fruit Fruits = 3; // THIS MUST BE "Fruit" and then "Fruit" + "s" - // you can add additional things here but the three lines above must conform to the standard above - int64 cost = 4; + int64 cost = 4; // you can add additional things here but the three lines above must conform to the standard above map junk = 5; } -- cgit v1.2.3