You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Imagine this case:
Package A imports package models with dot, while package B imports package models normally.
The two packages share definitions in models. How to name a definition?
So the way how to import is not surpposed to affect the naming rules.
Describe the bug
When I define controller code with all models imported, swag still generates Models section elements with
model.
prefixTo Reproduce
Expected behavior
I expect that in docs.go I won't see any entries with
models.
prefixScreenshots
If applicable, add screenshots to help explain your problem.
Your swag version
v1.16.3
Your go version
go1.23.0 darwin/arm64
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: