Open ctreatma opened 3 months ago
in java (and properly php) abstract codegen, we need to call https://github.com/OpenAPITools/openapi-generator/blob/master/modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/AbstractJavaCodegen.java#L1256 (a new function) to have better handling of default value in array (e.g. array of enum string)
we may need to leverage the same function in the abstract go codegen.
Bug Report Checklist
Description
Given a parameter of type array with a default value defined, the Go generator produces invalid code:
A valid form of the above code would look like this:
openapi-generator version
v7.8.0, but this issue was introduced by https://github.com/OpenAPITools/openapi-generator/pull/15127 and has existed since roughly v7.0.1.
OpenAPI declaration file content or url
Generation Details
Steps to reproduce
Related issues/PRs
Suggest a fix