kit项目的构建

dapr/kit项目存放的是公用代码,被dapr/dapr和dapr/conponent-contrib项目使用

在终端中执行以下命令:

make go.mod
make test
make lint
make check-diff