diff options
Diffstat (limited to 'nix/buildGo/example/thing.proto')
-rw-r--r-- | nix/buildGo/example/thing.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/buildGo/example/thing.proto b/nix/buildGo/example/thing.proto index 0cb34124dfb9..0f6d6575e008 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; |