mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-11-18 17:43:43 +00:00
It is possible, though contrived, for a property to have both isAnyType and isModel set. In this case, when the outer type is nullable, the Go template expects a Nullable* type to be provided by the generator, but it is skipped over instead. This change aligns the generator with the template's expectations.