doc(make): update makefile doc
This commit is contained in:
parent
b902c8cc1f
commit
221dbdd6d4
|
@ -9,3 +9,9 @@ make dcgen
|
|||
```shell
|
||||
make build
|
||||
```
|
||||
|
||||
### 启动 storage 服务
|
||||
```shell
|
||||
make dev
|
||||
```
|
||||
### 根据配置生成 结构体命令
|
||||
|
|
|
@ -3,7 +3,7 @@ package stringx
|
|||
import (
|
||||
"unsafe"
|
||||
|
||||
"gitee.com/timedb/wheatCache/pkg/structure"
|
||||
"gitee.com/timedb/wheatCache/structure"
|
||||
)
|
||||
|
||||
type StringxInt struct {
|
||||
|
|
Loading…
Reference in New Issue