完善ScriptLib

This commit is contained in:
flswld
2023-04-16 00:10:45 +08:00
parent 7fe19297e3
commit e4a263a0a9
5 changed files with 90 additions and 4 deletions

View File

@@ -108,4 +108,4 @@ gen_client_proto:
rm -rf client_proto_gen.go && \
go test -count=1 -v -run TestClientProtoGen . && \
rm -rf proto/*.pb.go && \
find proto -name '*.proto' | xargs -n 1000 protoc --proto_path=proto --go_out=proto
find proto -name '*.proto' | xargs -n 1 protoc --proto_path=proto --go_out=proto