#### Description Names in generated Go clients do not respect recommended [style](https://github.com/golang/go/wiki/CodeReviewComments#initialisms). ``` Url -> URL Id -> ID Http -> HTTP ``` ##### openapi-generator version all ##### Related issues/PRs https://github.com/golang/go/wiki/CodeReviewComments#initialisms ##### Suggest a fix Override `GoExperimentalCodegen.toParamName` method.
Description
Names in generated Go clients do not respect recommended style.
openapi-generator version
all
Related issues/PRs
https://github.com/golang/go/wiki/CodeReviewComments#initialisms
Suggest a fix
Override
GoExperimentalCodegen.toParamNamemethod.