-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
map is not basic types #784
Comments
|
@sdghchj If you remove that, I get the error of |
@iJebus #683 |
@ If you removes waggertype:"map,string" , I get the error of object is unsupported type in example value too. |
map doesn't support examples |
same issue here. what's the recommendation? |
same issue |
Based on this answer, you should use |
Closed: No activity. |
I add example for map as following
type NameSpaceObj struct {
}
after running swag init get error as following:
2020/08/31 09:08:34 map is not basic types
can you help me? thank you
The text was updated successfully, but these errors were encountered: