From be94cbe32077eeee49969adffc169f879f153ab1 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 27 Mar 2025 07:29:10 -0500 Subject: compiles and runs again --- file.proto | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'file.proto') diff --git a/file.proto b/file.proto index 461b69f..e4e6a4f 100644 --- a/file.proto +++ b/file.proto @@ -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 -- cgit v1.2.3