proto/README.md

25 lines
407 B
Markdown
Raw Normal View History

2023-11-27 09:36:02 +00:00
# 公共服务调用的协议
#### 介绍
公共协议, 每个服务需要git submodule 拉 xxx/proto 目录下. 然后使用序列.
```bash
git submodule add https://gitee.com/fusenpack/proto
```
然后执行
```bash
go run proto/goutils/proto_build/main.go
或者
在proto/goutils/proto_build/main_test.go执行测试 TestMain
```
#### 软件架构
软件架构说明