cmd/protoc-gen-gogoctrd: turn off GoString generation

Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
Stephen J Day
2017-02-15 13:37:48 -08:00
parent a891727e69
commit a3120172b0
8 changed files with 172 additions and 806 deletions

View File

@@ -11,7 +11,6 @@ func main() {
files := req.GetProtoFile()
files = vanity.FilterFiles(files, vanity.NotGoogleProtobufDescriptorProto)
for _, opt := range []func(*descriptor.FileDescriptorProto){
vanity.TurnOnGoStringAll,
vanity.TurnOffGoGettersAll,
vanity.TurnOffGoStringerAll,
vanity.TurnOnMarshalerAll,