@@ -1,7 +1 @@
package tuugen
func GenerateProtos() error {
cmd := "protoc"
args := []string{"-I", ".:${GOPATH}/src", "--go_out=.", "--go-grpc_out=.", "service.proto"}
return runCommand(cmd, args)
}
The note is not visible to the blocked user.