This commit is contained in:
Zheng Kai
2023-06-16 14:59:16 +08:00
parent ba6e6f047c
commit 05fe88de8b
9 changed files with 256 additions and 7 deletions

View File

@@ -9,6 +9,10 @@ fi
. ./common.sh
if [ ! -e ../src/pb/req.pb.go ]; then
(cd ../../proto && protoc --go_out=../server/src ./*.proto)
fi
DATE=$(TZ='Asia/Shanghai' date '+%Y-%m-%d %H:%M:%S')
GO_VERSION=$(go version)
GIT_VERSION=$(./git-hash.sh)