Skip to content

Commit

Permalink
add FAQs in readme (zeromicro#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevwan authored Apr 9, 2021
1 parent 3d729c7 commit bd82b7d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
10 changes: 10 additions & 0 deletions readme-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,16 @@ GO111MODULE=on GOPROXY=https://goproxy.cn/,direct go get -u github.com/tal-tech/

[https://zeromicro.github.io/go-zero](https://zeromicro.github.io/go-zero)

* 常见问题

* 因为 `etcd``grpc` 兼容性问题,请使用 `grpc@v1.29.1`

`google.golang.org/grpc v1.29.1`

* 因为 `protobuf` 兼容性问题,请使用 `protocol-gen@v1.3.2`

`go get -u github.com/golang/protobuf/protoc-gen-go@v1.3.2`

* awesome 系列(更多文章见『微服务实践』公众号)
* [快速构建高并发微服务](https://github.com/tal-tech/zero-doc/blob/main/doc/shorturl.md)
* [快速构建高并发微服务 - 多 RPC 版](https://github.com/tal-tech/zero-doc/blob/main/docs/zero/bookstore.md)
Expand Down
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,10 @@ go get -u github.com/tal-tech/go-zero

`google.golang.org/grpc v1.29.1`

* For protobuf compatibility, use `protocol-gen@v1.3.2`.

` go get -u github.com/golang/protobuf/protoc-gen-go@v1.3.2`

## 10. Chat group

Join the chat via https://join.slack.com/t/go-zeroworkspace/shared_invite/zt-m39xssxc-kgIqERa7aVsujKNj~XuPKg

0 comments on commit bd82b7d

Please sign in to comment.