From f4f68ae13c800f2c469a9d80f7c78e47184c5127 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Sun, 8 Aug 2021 08:48:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86grpc.sh=E6=94=B9=E4=B8=BAbuild.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/README.md | 4 ++-- build/{grpc.sh => build.sh} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename build/{grpc.sh => build.sh} (100%) diff --git a/build/README.md b/build/README.md index 57646d3..73af402 100644 --- a/build/README.md +++ b/build/README.md @@ -1,3 +1,3 @@ -每次 `.proto` 文件有更新的时候,请运行 `grpc.sh` 重新生成相应的源代码。 +每次 `.proto` 文件有更新的时候,请运行 `build.sh` 重新生成相应的源代码。 -如果文件名有更改,请清空 `pkg/rpc/pb/*.go` 文件,然后再次运行 `grpc.sh`。 \ No newline at end of file +如果文件名有更改,请清空 `pkg/rpc/pb/*.go` 文件,然后再次运行 `build.sh`。 \ No newline at end of file diff --git a/build/grpc.sh b/build/build.sh similarity index 100% rename from build/grpc.sh rename to build/build.sh