diff options
Diffstat (limited to 'example')
| -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 |
