about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--nix/buildGo/example/thing.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/buildGo/example/thing.proto b/nix/buildGo/example/thing.proto
index 0cb34124df..0f6d6575e0 100644
--- a/nix/buildGo/example/thing.proto
+++ b/nix/buildGo/example/thing.proto
@@ -2,7 +2,7 @@
 // SPDX-License-Identifier: Apache-2.0
 
 syntax = "proto3";
-package exampleProto;
+package example;
 
 message Thing {
   string id = 1;