sdghchj
sdghchj
default for slice is nil, that is right
tag `json:"-"` may help you
I found there is no representation difference in swagger editor if anyof or oneof is set
same with #243, PR is welcome
It's strange that 'go doc' still output comments starting with "//line" in my test.
> I never used the Oauth part. Any input is welcome. > > @akojo @sdghchj @Nerzal Me too.
This is what I have made effort to fix from v1.6.8. Just use the latest version. ``` //api.go import ( somepackage1 aaa/bbb/somepackage somepackage2 xxx/yyy/somepackage ) // @Success 200 {object} somepackage1.SomeStruct...
Why not classify your endpoints into different directoies?
[https://github.com/swaggo/swag#use-swaggertype-tag-to-supported-custom-type](https://github.com/swaggo/swag#use-swaggertype-tag-to-supported-custom-type)
Is it essential to add * ? It has no effect on the swagger docs.