Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 221 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 221 Bytes

DOCKER-PROTOC

Docker image for converting .proto files in any given project.

How to use it

docker run --rm -v $PWD/spec:/tmp protoc -I=/tmp --go_out=plugins=grpc:/tmp /tmp/*.proto