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

Struct member User.ID should be int64, not int32 #103

Open
njuyangliu opened this issue Jul 14, 2022 · 0 comments
Open

Struct member User.ID should be int64, not int32 #103

njuyangliu opened this issue Jul 14, 2022 · 0 comments

Comments

@njuyangliu
Copy link

  • I run my project using functioin GetUser() with error belows:
json: cannot unmarshal number 5561506949 into Go struct field Users.user_ids of type int32

I changed User.ID type into int64, then it works.
I think it is a bug.

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

No branches or pull requests

1 participant