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
Fix nested struct parsing (swaggo#514)
* Fix: support nested struct
* Fix a problem: when a struct be defined in the file which the API exists, it can not be parsed.
* Add test cases for nested struct