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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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
goctl api new greet
cd greet
go mod init
go mod tidy
go run greet.go -f etc/greet-api.yaml
```

View File

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