Describe the bug
When using replace via .swaggo and using json:",inline". The Inline tag is ignored
To Reproduce
Steps to reproduce the behavior:
- Create .swaggo
- Insert in .swaggo replace struct
A to another structure with different fields B
- Create struct
C with a field containing the structure A and tag json:",inline"
- Generate swagger file
- See the bug in struct
C(in structure C, there will be structure A in field A)
Expected behavior
The generated swagger file should use the B structure.
Your swag version
v2.0.0-rc4 and v1.16.2
Your go version
1.25.5