From 97c65be0a0bdadca494956fd9c2b58d94e8a5fcc Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 14 Jan 2025 12:49:22 -0600 Subject: use the fhelp package --- protoc.go | 1 + 1 file changed, 1 insertion(+) (limited to 'protoc.go') diff --git a/protoc.go b/protoc.go index 3645b57..5f17a19 100644 --- a/protoc.go +++ b/protoc.go @@ -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") -- cgit v1.2.3