diff options
| author | Jeff Carr <[email protected]> | 2025-02-01 06:54:55 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-01 06:54:55 -0600 |
| commit | cfedee740ce59638de70382652a3d637398bcab2 (patch) | |
| tree | 25220380223c815b52c1708b6d1f255583377805 /example/fruit.proto | |
| parent | e678606ea28025c6109c2cd339c6be9a07d800d2 (diff) | |
goimport for protobuf
Diffstat (limited to 'example/fruit.proto')
| -rw-r--r-- | example/fruit.proto | 3 |
1 files changed, 1 insertions, 2 deletions
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<string, string> junk = 5; } |
