1
0
mirror of https://github.com/ManyakRus/crud_generator.git synced 2024-12-23 12:44:13 +02:00
crud_generator/examples/rapira/templates/api/generation_code.sh_

7 lines
188 B
Plaintext
Raw Normal View History

2023-10-26 13:18:38 +02:00
#!/bin/bash
ADAPT_PATH=./
clear
2023-11-15 16:59:21 +02:00
protoc --go_out=${ADAPT_PATH} --nrpc_out=./ --go_opt=paths=import --go-grpc_out=${ADAPT_PATH} --go-grpc_opt=paths=import ${ADAPT_PATH}sync_service.proto