gin-gonic / gin

Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
https://gin-gonic.com/
MIT License
77.95k stars 7.97k forks source link

dare you add a detailed API doc? #4039

Open chenyanzz opened 3 weeks ago

chenyanzz commented 3 weeks ago

see examples for API usage ????? with a empty document official website ??? and go.dev with only usage of every function, and no overview ??

JimChenWYU commented 3 weeks ago

English: https://gin-gonic.com/docs/ Chinese: https://learnku.com/docs/gin-gonic/1.7

chenyanzz commented 3 weeks ago

@JimChenWYU literally NOTHING in this website! No enough API usage description, and even no redirect to go.dev's doc

JimChenWYU commented 3 weeks ago

@JimChenWYU literally NOTHING in this website! No enough API usage description, and even no redirect to go.dev's doc

image Nothing?

No enough API usage description, and even no redirect to go.dev's doc

If you can't find anything you want, please ask us in issue let us to known.

FarmerChillax commented 2 weeks ago

Chinese: https://learnku.com/docs/gin-gonic/1.7

better: https://gin-gonic.com/zh-cn/docs/

faintout commented 2 weeks ago

I have the same confusion the docs contains only examples and no detailed description of the api