Skip to content

fix(go): handle brackets in identifer name#335

Closed
mvantellingen wants to merge 1 commit intocommercetools:mainfrom
labd:fix/go-brackets
Closed

fix(go): handle brackets in identifer name#335
mvantellingen wants to merge 1 commit intocommercetools:mainfrom
labd:fix/go-brackets

Conversation

@mvantellingen
Copy link
Contributor

Prevent generating invalid function names like Filter[attributes] by rewriting them as FilterAttributes

This should fix #333

Prevent generating invalid function names like `Filter[attributes]` by rewriting them as ` FilterAttributes`

This should fix commercetools#333
@mvantellingen mvantellingen requested a review from a team as a code owner February 3, 2026 14:58
@mvantellingen
Copy link
Contributor Author

mvantellingen commented Feb 3, 2026

See #334

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Non-compiling code is generated for go-clients for deep object query-parameters

1 participant