summaryrefslogtreecommitdiff
path: root/file.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-27 07:29:10 -0500
committerJeff Carr <[email protected]>2025-03-27 07:29:10 -0500
commitbe94cbe32077eeee49969adffc169f879f153ab1 (patch)
tree70a7b7bbe26d5ac1d0f871fbda8ad3629b05ba90 /file.proto
parent1b7d44ec42bc5be8f07bb67c0fbbddf36f2e3050 (diff)
compiles and runs again
Diffstat (limited to 'file.proto')
-rw-r--r--file.proto3
1 files changed, 1 insertions, 2 deletions
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