- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
httpx.Parse doesn't support unmarshal map[uint32]string #3002
Labels
Comments
|
kevwan
added a commit
to kevwan/go-zero
that referenced
this issue
Mar 10, 2023
kevwan
added a commit
that referenced
this issue
Mar 10, 2023
@qiushye please check the fix. |
"19"is the json format of 19,you can compare the go-zero unmarshal result with json unmarshal result from my case, the latter one works. |
This issue is stale because it has been open for 30 days with no activity. |
This issue was closed because it has been inactive for 14 days since being marked as stale. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I define a struct with type map[int]string, but ut panic after running httpx.Parse function, while json.Unmarshal works.
To Reproduce
Steps to reproduce the behavior, if applicable:
Environments (please complete the following information):
More description
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: