diff options
| author | Jeff Carr <[email protected]> | 2025-05-23 10:43:13 -0500 | 
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-06-04 06:30:03 -0500 | 
| commit | 2ee8d4947bd6107e95168c01f278178e314081e9 (patch) | |
| tree | f603853838d3bf9e110d6b3d83f71a3ff03cd7c6 | |
| parent | 3b0c528b68d86fb84762d82d34ac24772918d7fc (diff) | |
playing around with forge patchingv0.0.4
| -rw-r--r-- | bug.proto | 1 | 
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ import "google/protobuf/any.proto"; // Import 'Any'  message Bug {          string         uuid        = 1;          string         name        = 2; +        string         subject     = 3;  }  message Bugs {                           // `autogenpb:marshal`  | 
