Skip to content

Commit

Permalink
update readme (zeromicro#673)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevwan authored May 8, 2021
1 parent df5ae95 commit 8478474
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 2 additions & 4 deletions readme-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,6 @@ go-zero 已被许多公司用于生产部署,接入场景如在线教育、电

如果您发现 ***bug*** 请及时提 ***issue***,我们会尽快确认并修改。

为了防止广告用户、识别技术同行,请 ***star*** 后加我时注明 **github** 当前 ***star*** 数,我再拉进 **go-zero** 群,感谢!
加群之前有劳点一下 ***star***,一个小小的 ***star*** 是作者们回答海量问题的动力🤝

加我之前有劳点一下 ***star***,一个小小的 ***star*** 是作者们回答海量问题的动力🤝

<img src="https://raw.githubusercontent.com/tal-tech/zero-doc/main/doc/images/wechat.jpg" alt="wechat" width="300" />
<img src="https://raw.githubusercontent.com/tal-tech/zero-doc/main/doc/images/wechat.jpg" alt="wechat" width="300" />
8 changes: 6 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,11 @@ go get -u github.com/tal-tech/go-zero
type Request struct {
Name string `path:"name,options=you|me"` // parameters are auto validated
}

type Response struct {
Message string `json:"message"`
}

service greet-api {
@handler GreetHandler
get /greet/from/:name(Request) returns (Response);
Expand Down Expand Up @@ -225,3 +225,7 @@ Document: [https://go-zero.dev/en/](https://go-zero.dev/en/)
## 10. Chat group

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

## Give a Star! ⭐

If you like or are using this project to learn or start your solution, please give it a star. Thanks!

0 comments on commit 8478474

Please sign in to comment.