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
78.69k stars 8.01k forks source link

Improve Documentaion: Lack of Structured Documentation Makes it Difficult for New Developers to Learn Gin #4067

Open saramsh-mdit opened 3 weeks ago

saramsh-mdit commented 3 weeks ago

Issue:

YlanzinhoY commented 1 week ago

I strongly agree with this! I have a case where my leader wants to use Gin, but the documentation is much more difficult than Fiber or Echo.

lllxh commented 1 week ago

Agree. Newcomers can only learn through examples due to a lack of api docs, making it hard to fully understand the framework.

appleboy commented 5 days ago

https://gin-gonic.com/docs/quickstart/ We can improve the documentation.