diff options
| author | Joe Richey <joerichey@google.com> | 2022-08-26 23:35:33 -0700 |
|---|---|---|
| committer | Eric Biggers <ebiggers3@gmail.com> | 2022-12-04 14:36:56 -0800 |
| commit | 30c4e497c609f0244cc9f98bc004c13a324c9f54 (patch) | |
| tree | e36948517e465ba11074d9af1e89baf6b8de56ff /metadata | |
| parent | 02875cef9010633b6689cfd1e2ceec9107b756b4 (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')
| -rw-r--r-- | metadata/metadata.pb.go | 3 | ||||
| -rw-r--r-- | metadata/metadata.proto | 3 |
2 files changed, 4 insertions, 2 deletions
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: 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; |