diff options
| author | Jeff Carr <[email protected]> | 2025-01-11 03:19:34 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-11 03:19:34 -0600 |
| commit | 76968c90e8b0320cdf0c6772e18612551154a40e (patch) | |
| tree | 048d3c72eb2fc0955439488cb467cb94db77a36f /example/fruit.proto | |
| parent | 502826cf8c2e8acbc57dd2400a47511ae7ed644f (diff) | |
works with mutex and without again
Diffstat (limited to 'example/fruit.proto')
| -rw-r--r-- | example/fruit.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/fruit.proto b/example/fruit.proto index a965d42..92e46ef 100644 --- a/example/fruit.proto +++ b/example/fruit.proto @@ -11,7 +11,7 @@ syntax = "proto3"; // "Fruits" MUST EXIST and start exactly this way // It must be "Fruit" + 's' and must match the name of this file: "fruit.proto" -package fruit; +package main; import "google/protobuf/timestamp.proto"; // Import the well-known type for Timestamp |
