-
**Describe the bug**
just when I run swagg init with v.1.16.3 throw me an nil pointer error
**To Reproduce**
Steps to reproduce the behavior:
we have this dependencies go.mod
github.com/swag…
-
I am using go 1.23 with github.com/swaggo/swag v1.8.1. So the generated Docs is giving error with swag init. but github.com/swaggo/swag v1.16.1 fixed this.
-
**Describe the bug**
Got error: "panic: runtime error: invalid memory address or nil pointer dereference" when i execute the script:
"swag init -d ./ -g router.go", the error trace is as follow:
…
-
```github.com/swaggo/gin-swagger/swaggerFiles: module github.com/swaggo/gin-swagger@latest found (v1.6.0), but does not contain package github.com/swaggo/gin-swagger/swaggerFiles```
-
Hello all,
I can't find in the docs if I can define a parameter in this way:
// @Param some_id cookie string true "Some ID"
Can anyone confirm there are some way to do so?…
-
Hello,
I would like to bring to your attention a concern regarding one of the dependencies used in the swaggo/swag library, specifically the easyjson library.
The easyjson library is developed b…
-
**Describe the bug**
When I define controller code with all models imported, swag still generates Models section elements with `model.` prefix
**To Reproduce**
```
package controller
import (…
-
I'm trying to update to use the newest version of swaggo files (2.0), released 2 weeks ago. In that version, I see the `Handler` function was removed, and now the underlying `files` package simple exp…
-
swaggo/swag now supports OpenAPI 3.1: https://github.com/swaggo/swag/pull/1513
It would be nice so have support for that (see #9)
-
Hello
**Describe the bug**
I use [https://github.com/MarcoWel/gozxing](https://github.com/MarcoWel/gozxing) in my code, but its code has invalid argument params : authors used @param comment syn…