doc(make): update makefile doc

This commit is contained in:
bandl 2021-09-16 21:45:51 +08:00
parent b902c8cc1f
commit 221dbdd6d4
2 changed files with 7 additions and 1 deletions

View File

@ -9,3 +9,9 @@ make dcgen
```shell
make build
```
### 启动 storage 服务
```shell
make dev
```
### 根据配置生成 结构体命令

View File

@ -3,7 +3,7 @@ package stringx
import (
"unsafe"
"gitee.com/timedb/wheatCache/pkg/structure"
"gitee.com/timedb/wheatCache/structure"
)
type StringxInt struct {