docker-protobuf
docker-protobuf copied to clipboard
How can I use micro_out ?
when i run this cmd sudo docker run --rm -v $(PWD):$(PWD) -w $(PWD) znly/protoc -I./proto/user --micro_out=. --go_out=. ./proto/user/*.proto
it show
protoc-gen-micro: program not found or is not executable --micro_out: protoc-gen-micro: Plugin failed with status code 1.
anyone help me ?
same