Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update readme #673

Merged
merged 1 commit into from
May 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
update readme
  • Loading branch information
kevwan committed May 8, 2021
commit 18b02916084be0640642c992765f0a721ed2428d
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!