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.pb.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'metadata/metadata.pb.go') diff --git a/metadata/metadata.pb.go b/metadata/metadata.pb.go index 048f3a6..31e9713 100644 --- a/metadata/metadata.pb.go +++ b/metadata/metadata.pb.go @@ -18,7 +18,8 @@ // License for the specific language governing permissions and limitations under // 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. // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -- cgit v1.2.3