This commit is contained in:
ftpgxm 2021-05-18 15:29:26 +08:00
parent 990f765aac
commit 4cd9c3df46

View File

@ -6,5 +6,5 @@ https://github.com/google/protobuf
## 生成
```
protoc -I=proto --go_out=plugins=grpc:./dist/ ./proto/*.proto
protoc -I=proto --go_out=plugins=grpc:. ./proto/*.proto
```