chore: update readme (#3190)

This commit is contained in:
Kevin Wan
2023-04-30 11:21:28 +08:00
committed by GitHub
parent 8ffe4c01d1
commit 1aebb3e5e4
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@
> >
> `GOPROXY=https://goproxy.cn/,direct go install github.com/zeromicro/go-zero/tools/goctl@latest` > `GOPROXY=https://goproxy.cn/,direct go install github.com/zeromicro/go-zero/tools/goctl@latest`
> >
> `goctl migrate —verbose —version v1.5.0` > `goctl migrate —verbose —version v1.5.2`
## 0. go-zero 介绍 ## 0. go-zero 介绍

View File

@@ -111,7 +111,7 @@ go install github.com/zeromicro/go-zero/tools/goctl@latest
``` ```
```shell ```shell
goctl migrate —verbose —version v1.5.0 goctl migrate —verbose —version v1.5.2
``` ```
## Quick Start ## Quick Start