diff options
Diffstat (limited to 'protoc.go')
| -rw-r--r-- | protoc.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -63,6 +63,7 @@ func (pb *Files) protocBuild(f *File) error { cmd := []string{"protoc", "--go_out=."} cmd = append(cmd, "--proto_path="+gopath) cmd = append(cmd, "--go_opt=M"+f.Filename+"="+gopath) + // cmd = append(cmd, "--print_free_field_numbers") // look for included proto files lines := strings.Split(string(data), "\n") |
