fix: fix readme (#4174)

This commit is contained in:
kesonan
2024-06-02 23:22:33 +08:00
committed by GitHub
parent e8c9b0ddf8
commit 7954ad3759
2 changed files with 0 additions and 2 deletions

View File

@@ -135,7 +135,6 @@ GO111MODULE=on GOPROXY=https://goproxy.cn/,direct go get -u github.com/zeromicro
```shell ```shell
goctl api new greet goctl api new greet
cd greet cd greet
go mod init
go mod tidy go mod tidy
go run greet.go -f etc/greet-api.yaml go run greet.go -f etc/greet-api.yaml
``` ```

View File

@@ -194,7 +194,6 @@ go get -u github.com/zeromicro/go-zero
```shell ```shell
cd greet cd greet
go mod init
go mod tidy go mod tidy
go run greet.go -f etc/greet-api.yaml go run greet.go -f etc/greet-api.yaml
``` ```