mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-12-24 13:48:04 +08:00
4 lines
192 B
Bash
Executable File
4 lines
192 B
Bash
Executable File
#!/bin/bash
|
|
|
|
protoc -I. --go_out=. --go_opt=paths=source_relative --go-grpc_out=. \
|
|
--go-grpc_opt=paths=source_relative --grpc-gateway_out=. --grpc-gateway_opt=paths=source_relative ${1}.proto |