Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Path Parameters UUIDs are not converted to string before assignment in Go #3176

Closed
rkodev opened this issue Aug 21, 2023 · 0 comments · Fixed by #3181
Closed

Path Parameters UUIDs are not converted to string before assignment in Go #3176

rkodev opened this issue Aug 21, 2023 · 0 comments · Fixed by #3181
Assignees
Labels
Go type:bug A broken experience WIP
Milestone

Comments

@rkodev
Copy link
Contributor

rkodev commented Aug 21, 2023

UUIDS as path parameters in GO are not cast to string before attempting to assign them the Path Parameters map. This is resulting in a compilation error.

Issue may also be affecting other data types i.e numbers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Go type:bug A broken experience WIP
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants