swag init command generated empty paths in json and yaml file #1595
SamarSidharth
started this conversation in
General
Replies: 2 comments
-
I'm also facing the same issue. But the same code generated the "paths" in another system. Very Strange |
Beta Was this translation helpful? Give feedback.
0 replies
-
In my case empty paths were due to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am new to using swaggo, I tried to generate swagger doc for my gin project but for some reason my API operation tags are not getting processed and the path field is always empty. The general API information in the main.go is processed correctly, but the API endpoint related swagger data in files under a sub directory are not processed.
Is swaggo looking for any particular thing in the file before it proccess it?
I have tried it with -d option also but still the result is same.
Any help is much appreciated.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions