将grpc.sh改为build.sh

This commit is contained in:
GoEdgeLab
2021-08-08 08:48:26 +08:00
parent e418a7a466
commit 485bdc1b2e
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
每次 `.proto` 文件有更新的时候,请运行 `grpc.sh` 重新生成相应的源代码。 每次 `.proto` 文件有更新的时候,请运行 `build.sh` 重新生成相应的源代码。
如果文件名有更改,请清空 `pkg/rpc/pb/*.go` 文件,然后再次运行 `grpc.sh` 如果文件名有更改,请清空 `pkg/rpc/pb/*.go` 文件,然后再次运行 `build.sh`