summaryrefslogtreecommitdiff
path: root/example/fruit.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-11 03:19:34 -0600
committerJeff Carr <[email protected]>2025-01-11 03:19:34 -0600
commit76968c90e8b0320cdf0c6772e18612551154a40e (patch)
tree048d3c72eb2fc0955439488cb467cb94db77a36f /example/fruit.proto
parent502826cf8c2e8acbc57dd2400a47511ae7ed644f (diff)
works with mutex and without again
Diffstat (limited to 'example/fruit.proto')
-rw-r--r--example/fruit.proto2
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