diff options
| author | Joe Richey joerichey@google.com <joerichey@google.com> | 2017-07-18 11:04:50 -0700 |
|---|---|---|
| committer | Joe Richey joerichey@google.com <joerichey@google.com> | 2017-07-18 21:07:01 -0700 |
| commit | f898a826ab24e03019323ade6a8785e2bf463a41 (patch) | |
| tree | d78b435841a164c56981f9be6f5b702baf7b6de7 /metadata | |
| parent | 8867856db45abaed8b9e2539ee7c34d99360db56 (diff) | |
Travis.yml and Makefile now run integration tests.
Diffstat (limited to 'metadata')
| -rw-r--r-- | metadata/metadata.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/metadata/metadata.proto b/metadata/metadata.proto index 395cdff..1bec64f 100644 --- a/metadata/metadata.proto +++ b/metadata/metadata.proto @@ -19,6 +19,7 @@ * the License. */ +// If you modify this file, be sure to run "go generate" on this package. syntax = "proto3"; package metadata; |