doc(storage): add developer doc

This commit is contained in:
bandl 2021-11-05 22:58:59 +08:00
parent bbfd32cebc
commit 51914aea8a
2 changed files with 8 additions and 1 deletions

View File

@ -124,4 +124,6 @@ func TestClient(t *testing.T) {
### 开发者文档
更新中
#### storage 部分开发文档
![storage 开发文档]("./doc/storage/storage.md")

View File

@ -1,5 +1,10 @@
### 快速进行 storage 开发
#### 开发环境
- ubuntu18, 可以使用 wsl
- go1.15+, python3
- jinja2
- go mod
#### 分层,简介
```sh