aboutsummaryrefslogtreecommitdiff
path: root/metadata/metadata.proto
diff options
context:
space:
mode:
authorJoe Richey <joerichey@google.com>2022-08-26 23:35:33 -0700
committerEric Biggers <ebiggers3@gmail.com>2022-12-04 14:36:56 -0800
commit30c4e497c609f0244cc9f98bc004c13a324c9f54 (patch)
treee36948517e465ba11074d9af1e89baf6b8de56ff /metadata/metadata.proto
parent02875cef9010633b6689cfd1e2ceec9107b756b4 (diff)
Update file comment
We now create the `*pb.go` files via the makefile instead of though `go generate`. Signed-off-by: Joe Richey <joerichey@google.com>
Diffstat (limited to 'metadata/metadata.proto')
-rw-r--r--metadata/metadata.proto3
1 files changed, 2 insertions, 1 deletions
diff --git a/metadata/metadata.proto b/metadata/metadata.proto
index 13e4785..88d1931 100644
--- a/metadata/metadata.proto
+++ b/metadata/metadata.proto
@@ -19,7 +19,8 @@
* the License.
*/
-// If you modify this file, be sure to run "go generate" on this package.
+// If the *.proto file is modified, be sure to run "make gen" (at the project
+// root) to recreate the *.pb.go file.
syntax = "proto3";
package metadata;