diff options
| author | Joe Richey joerichey@google.com <joerichey@google.com> | 2017-07-18 21:09:24 -0700 |
|---|---|---|
| committer | Joe Richey joerichey@google.com <joerichey@google.com> | 2017-07-18 21:09:24 -0700 |
| commit | 34391523230e93b1c7533a0cdc3b5bb65f3c61e4 (patch) | |
| tree | 9ecfb4dd11d6554ce80ecc8a8c0db8903fda82ce /metadata/config.go | |
| parent | 3afdd84a5c0cea217043e9d32ce61e9f6bccf18b (diff) | |
metadata: Remove "go generate" and regenerate
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" |