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
One thing I can think of is to find the start of a function using GetFuncInfo(), and then parse the ast and count '{' and '}' to find the end of the function. Then look for all instances of http.Status* and use that to determine the status codes.
This isn't very reliable but it can work in many of the common cases and the swaggo/swag annotations can be used as an override.
No description provided.
The text was updated successfully, but these errors were encountered: