mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-12-24 13:48:04 +08:00
9 lines
223 B
Markdown
9 lines
223 B
Markdown
# use protoc to generate the go code from the proto file
|
|
|
|
1. cd to plugin/xxx
|
|
2. sh ../../scripts/protoc.sh
|
|
|
|
# use protoc_global to genertate the go code form the proto.file
|
|
|
|
1. cd to the root
|
|
2. sh scripts/protoc_global.sh |