cmd/protoc-gen-gogoctrd: turn off GoString generation
Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
parent
a891727e69
commit
a3120172b0
8 changed files with 172 additions and 806 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue