From 30c4e497c609f0244cc9f98bc004c13a324c9f54 Mon Sep 17 00:00:00 2001 From: Joe Richey Date: Fri, 26 Aug 2022 23:35:33 -0700 Subject: Update file comment We now create the `*pb.go` files via the makefile instead of though `go generate`. Signed-off-by: Joe Richey --- metadata/metadata.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'metadata/metadata.proto') 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; -- cgit v1.2.3