- SHELL=cmd
- .PHONY: all clean check lint cover build_api_win build_rpc_win help
- all:clean check cover
- modTidy:
- go mod tidy
- genRpc:
- cd rpc/codeservice && goctl rpc protoc codeService.proto --go_out=./ --go-grpc_out=./ --zrpc_out=.
- @echo "===========> genRpc finish"
|