-
Notifications
You must be signed in to change notification settings - Fork 91
Converto type interface to int #15
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
Comments
i can compile the code but i got this error:
|
+1 Same issue. |
Strange panic, I need more logs to find the reason, can you add one log line in
And catch the next panic log for me. |
Hi! This situation can be reproduced if you will send request with wrong method:
This will cause a panic:
So the problem is in call to |
@palestamp Great job! |
I want to get integer value: var id = c.UserValue("id") but i got this error : cannot convert c.UserValue("id") (type interface {}) to type int: need type assertion
what should I do? Thanks
The text was updated successfully, but these errors were encountered: