Nathan Probst
Results
2
comments of
Nathan Probst
I can confirm that this happens with a smaller (727 lines) swagger as well. I can't post it here, but maybe I can create a minimal reproduction.
I found my issue...was caused by a (perfectly legal in Go) recursive type definition. ```go type FooBar struct { // Foo time // // required: true // swagger:strfmt time Foo...