oapi-codegen
oapi-codegen copied to clipboard
feat(options): support for all Go types in aliases
I need to disable type aliases for some types but not all. I noticed there is actually a feature for that, but for some reason it is only available for arrays. This lifts that limitation while keeping the backward compatibility.