diff options
| author | Jeff Carr <[email protected]> | 2025-01-14 12:49:22 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-14 12:49:22 -0600 |
| commit | 97c65be0a0bdadca494956fd9c2b58d94e8a5fcc (patch) | |
| tree | 1440857daaa54ead0314541faae4ad64cd199145 /protoc.go | |
| parent | 81d6cd6b74fa4b4c94ec13bf02c5b9ac768d36d6 (diff) | |
use the fhelp package
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") |
