go-sdk项目的构建

dapr/go-sdk项目存放的是golang的SDK代码

在终端中执行以下命令:

make tidy
make test
make lint
make check-diff