diff options
| author | Jeff Carr <[email protected]> | 2025-01-12 06:28:12 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-12 06:28:12 -0600 |
| commit | 721bbd8f92d80286f12509fbbcff9f2f8e334093 (patch) | |
| tree | c7f006735b14cd1ccec5b3f7b89eed5b4d9f53ad /example/bad.proto | |
| parent | 08cd2afd86557f06d6b3f6e006d686fef4c7b2ee (diff) | |
make some help on the correct messages needed
Diffstat (limited to 'example/bad.proto')
| -rw-r--r-- | example/bad.proto | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/example/bad.proto b/example/bad.proto index b9198e7..5c73c1b 100644 --- a/example/bad.proto +++ b/example/bad.proto @@ -9,8 +9,8 @@ message Bad { string something = 1; } -message Badthing { +message Badss { string uuid = 1; // `autogenpb:uuid:be926ad9-f07f-484c-adf2-d96eeabf3079` - string version = 2; // `autogenpb:version:v0.0.1` - repeated Bad Bads = 3; + string versions = 2; // `autogenpb:version:v0.0.1` + repeated Bad Badss = 3; } |
