Feature Request
I'm trying to setup a new project. I worked with nestJS, they allow me write description of APIs, group API tags, example data body,... Currently there are some hard if i wanna write description for a API (how to use it)
Maybe at a controller function. we are able to init a new struct
apiDescription := apiDetail{
description: "",
....
}
with routes, are there some problem if we automatic add them to APIs Tags which have already a group ?
