Skip to content

Generate.sh should generate go file together #1

@nizheming

Description

@nizheming

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions