update readme (#673)

master v1.1.7
Kevin Wan 4 years ago committed by GitHub
parent df5ae9507f
commit 8478474f7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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" />

@ -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);
@ -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!
Loading…
Cancel
Save