diff options
| author | Joseph Richey <joerichey@google.com> | 2017-07-18 21:51:15 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-18 21:51:15 -0700 |
| commit | 8f4830c7715e5719780f195ce3400b8768c30688 (patch) | |
| tree | 2db0016cc45fb35ab027a7dd95c8050a05605143 /metadata/config.go | |
| parent | 8867856db45abaed8b9e2539ee7c34d99360db56 (diff) | |
| parent | cc2de52228d89b2fbc53bc0e710aae699434d6da (diff) | |
Merge pull request #23 from google/fix
travis CI: Test config file
Diffstat (limited to 'metadata/config.go')
| -rw-r--r-- | metadata/config.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/metadata/config.go b/metadata/config.go index 8c7be55..0f95fbe 100644 --- a/metadata/config.go +++ b/metadata/config.go @@ -26,7 +26,6 @@ // * Reasonable defaults for a Policy's EncryptionOptions package metadata -//go:generate protoc --go_out=. metadata.proto import ( "io" "strings" |