15 lines
217 B
Markdown
15 lines
217 B
Markdown
|
|
|
|
```shell
|
|
protoc \
|
|
--go_out=. --go_opt=paths=source_relative \
|
|
--go-grpc_out=. --go-grpc_opt=paths=source_relative \
|
|
./proto/xxx.proto
|
|
```
|
|
|
|
```shell
|
|
git submodule update --init --recursive
|
|
|
|
./script/run.sh
|
|
|
|
``` |