FusionAuth/go-client

Compilation error: Domain.go:4174:17: undefined: char

rschilham opened this issue · 4 comments

After upgrading to the latest version I get the following compilation error:

github.com/FusionAuth/go-client/pkg/fusionauth

../../../go/pkg/mod/github.com/!fusion!auth/go-client@v0.0.0-20210505152751-57d0c82930c2/pkg/fusionauth/Domain.go:4174:17: undefined: char

Thanks for the report @rschilham

Just to confirm, you are on 1.27?

1.27.1 to be precise

Okay, this looks like an error in our character mapping in our client library builder. Let me see if I can get a PR filed.

@rschilham this should be fixed in the next patch release, expected in the next few days.

Until then you can modify that line of Domain.go and replace char with string.

Let's leave this open until that fix is published.