perfect the bookstore and shorturl doc (#109)
* perfect the bookstore and shorturl doc * 避免歧义
This commit is contained in:
@@ -69,7 +69,7 @@ And now, let’s walk through the complete flow of quickly create a microservice
|
||||
GO111MODULE=on go get -u github.com/tal-tech/go-zero/tools/goctl
|
||||
```
|
||||
|
||||
* create the working dir bookstore
|
||||
* create the working dir `bookstore` and `bookstore/api`
|
||||
|
||||
* in `bookstore` dir, execute `go mod init bookstore` to initialize `go.mod``
|
||||
|
||||
@@ -191,6 +191,8 @@ And now, let’s walk through the complete flow of quickly create a microservice
|
||||
|
||||
## 6. Write code for add rpc service
|
||||
|
||||
- under directory `bookstore` create dir `rpc`
|
||||
|
||||
* under directory `rpc/add` create `add.proto` file
|
||||
|
||||
```shell
|
||||
|
||||
Reference in New Issue
Block a user