andeya / faygo

Faygo is a fast and concise Go Web framework that can be used to develop high-performance web app(especially API) with fewer codes. Just define a struct handler, faygo will automatically bind/verify the request parameters and generate the online API doc.

Home Page:https://github.com/henrylee2cn/faydoc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix grammar in github description

gonutz opened this issue · comments

Your project description has some grammar errors, I would suggest the following instead:

Faygo is a fast and concise Go web framework that can be used to develop high-performance web apps (especially APIs) with less code. Just define a struct Handler, Faygo will automatically bind/verify the request parameters and generate the online API doc. https://github.com/henrylee2cn/faydoc

Also I do not quite understand what you mean by "especially API". Do you mean it is possible to easily create web services? Or do you mean your framework's API is good? You should clarify that or cut it from the description
Another point is that your description seems a bit long and detailed, maybe just remove everything starting at "Just define a struct Handler", things like these usually go in the README.

Thanks foy your suggest. "especially API" means faygo can easliy create API services.