You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
217 B
Batchfile
5 lines
217 B
Batchfile
2 years ago
|
protoc --go_opt=paths=source_relative ^
|
||
|
--go-grpc_opt=paths=source_relative ^
|
||
|
--go-grpc_opt=require_unimplemented_servers=false ^
|
||
|
--go_out=. --go-grpc_out=. --proto_path=. ^
|
||
|
./vars/*.proto ./mq/*.proto
|