diff options
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; } |
