We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After upgrading to the latest version I get the following compilation errors:
../../../go/pkg/mod/github.com/!fusion!auth/[email protected]/pkg/fusionauth/Domain.go:2858:16: undefined: double ../../../go/pkg/mod/github.com/!fusion!auth/[email protected]/pkg/fusionauth/Domain.go:2859:16: undefined: double ../../../go/pkg/mod/github.com/!fusion!auth/[email protected]/pkg/fusionauth/Domain.go:4453:16: undefined: double
The text was updated successfully, but these errors were encountered:
I think the go client pulls from master which isn't always actually released.
master
However, it looks like we are using double instead of float64 and float instead of float32 for Go in our builder.
double
float64
float
float32
It looks like our builder is incorrect for float and double. https://github.com/FusionAuth/fusionauth-client-builder/blob/e44bf2ed46096d5411b9da43fc79bc5c73f0a9fc/src/main/client/_macros.ftl#L44
@mooreds not sure if there is much we can do about the Go client pulling from master - assuming that is just the pattern Go uses?
Sorry, something went wrong.
fix go client mapping for double and float.
b9e7879
FusionAuth/go-client#57
rebuild go domain with fix for double -> float64.
10e9f82
#57
Thanks for reporting @rschilham - much appreciated!! The domain should be fixed under 10e9f82
No branches or pull requests
After upgrading to the latest version I get the following compilation errors:
github.com/FusionAuth/go-client/pkg/fusionauth
../../../go/pkg/mod/github.com/!fusion!auth/[email protected]/pkg/fusionauth/Domain.go:2858:16: undefined: double
../../../go/pkg/mod/github.com/!fusion!auth/[email protected]/pkg/fusionauth/Domain.go:2859:16: undefined: double
../../../go/pkg/mod/github.com/!fusion!auth/[email protected]/pkg/fusionauth/Domain.go:4453:16: undefined: double
The text was updated successfully, but these errors were encountered: