Dapr学习笔记
学习笔记
源码
构建
开发
测试
案例
开发
项目构建
go-sdk
go-sdk项目的构建
dapr/go-sdk项目存放的是golang的SDK代码
在终端中执行以下命令:
make tidy
make
test
make lint
make check-diff