update readme.md

This commit is contained in:
kingxt
2020-08-12 10:50:17 +08:00
committed by Kevin Wan
parent fd75f700a2
commit 196475383b

View File

@@ -144,7 +144,7 @@ go-zero是一个集成了各种工程实践的包含web和rpc框架有如下
8 directories, 9 files
```
如果使用的是gomod依赖管理需要在greet项目目录下面执行 `go mod init greet` 初始化gomod。
生成的代码可以直接运行:
```shell