cmd/protoc-gen-gogoctrd: turn off GoString generation
Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user