perfect the bookstore and shorturl doc (#109)
* perfect the bookstore and shorturl doc * 避免歧义
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
GO111MODULE=on GOPROXY=https://goproxy.cn/,direct go get -u github.com/tal-tech/go-zero/tools/goctl
|
||||
```
|
||||
|
||||
* 创建工作目录`shorturl`
|
||||
* 创建工作目录 `shorturl` 和 `shorturl/api`
|
||||
|
||||
* 在`shorturl`目录下执行`go mod init shorturl`初始化`go.mod`
|
||||
|
||||
@@ -195,6 +195,8 @@
|
||||
|
||||
## 6. 编写transform rpc服务
|
||||
|
||||
- 在 `shorturl` 目录下创建 `rpc` 目录
|
||||
|
||||
* 在`rpc/transform`目录下编写`transform.proto`文件
|
||||
|
||||
可以通过命令生成proto文件模板
|
||||
|
||||
Reference in New Issue
Block a user