1
0
mirror of https://github.com/ManyakRus/crud_generator.git synced 2025-06-05 11:57:30 +02:00
crud_generator/bin/templates/api/generation_code.sh_

7 lines
188 B
Plaintext
Raw Normal View History

2023-10-26 14:18:38 +03:00
#!/bin/bash
ADAPT_PATH=./
clear
2023-11-15 17:59:21 +03: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