From 76968c90e8b0320cdf0c6772e18612551154a40e Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 11 Jan 2025 03:19:34 -0600 Subject: works with mutex and without again --- 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 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 -- cgit v1.2.3