diff options
| author | Jeff Carr <[email protected]> | 2025-03-27 07:29:10 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-27 07:29:10 -0500 |
| commit | be94cbe32077eeee49969adffc169f879f153ab1 (patch) | |
| tree | 70a7b7bbe26d5ac1d0f871fbda8ad3629b05ba90 /file.proto | |
| parent | 1b7d44ec42bc5be8f07bb67c0fbbddf36f2e3050 (diff) | |
compiles and runs again
Diffstat (limited to 'file.proto')
| -rw-r--r-- | file.proto | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -85,8 +85,7 @@ message Find { bool needAll = 4; // } -message File { - // `autogenpb:var:w io.Writer` +message File { // `autogenpb:var:w io.Writer` string Package = 1; // whatever the package name is at the top of the .go file string filename = 2; // yellow.proto string pbfilename = 3; // yellow.pb.go |
