OAS number - decimal should map to float128 in Go #184
Labels
bug
A broken experience
type:breaking-change
An issue that will result in dependent client projects failing.
See this PR for the mappings across languages MicrosoftDocs/openapi-docs#121
Currently decimal in Go maps to float64, which is too short. It should map to float128 instead. This will be a breaking change and requires:
The text was updated successfully, but these errors were encountered: