diff options
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; |