Closed
Description
There is map created to resolve values which resolves y as below to true:
{true, yaml_BOOL_TAG, []string{"y", "Y", "yes", "Yes", "YES"}},
If the value of node is 'y' should it be resolved to 'true' always ?
I faced issue while generating go code from openAPI yaml --> oapi-codegen/oapi-codegen#362
Not sure if it is bug or I should never use the tags from the resolveMapList
?
Line 37 in 7649d45
Metadata
Assignees
Labels
No labels
Activity