Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate.sh should generate go file together #1

Open
nizheming opened this issue Jun 7, 2017 · 2 comments
Open

Generate.sh should generate go file together #1

nizheming opened this issue Jun 7, 2017 · 2 comments

Comments

@nizheming
Copy link

I have some proto files , and A import B in same package.
It will break in go import
I change the generate.sh

find ${PROTOS_PATH} -type f -name "*.proto" -exec protoc -I${PROTOS_PATH} \

to

find ${PROTOS_PATH} -type f -name "*.proto"|xargs protoc -I${PROTOS_PATH} \

golang/protobuf#10

@vaishali-ntnx
Copy link

I am also facing similar issues. Any solution or workaround for this?

@san4net
Copy link

san4net commented Nov 19, 2022

facing same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants