-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
🐛 fix: Nil pointer dereference with Must Bind binding #3171
Merged
Commits on Oct 17, 2024
-
Fix nil pointer dereference with Must Bind binding error
if err is nil err.Error() panics (eg. c.Bind().Must().JSON(...) successfully binds but panics
Configuration menu - View commit details
-
Copy full SHA for 0fa70ab - Browse repository at this point
Copy the full SHA 0fa70abView commit details
Commits on Oct 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 791f4ba - Browse repository at this point
Copy the full SHA 791f4baView commit details -
as in majority of cases we expect err to be nil, this should provide better short-cutting
Configuration menu - View commit details
-
Copy full SHA for dde670f - Browse repository at this point
Copy the full SHA dde670fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 94d08ad - Browse repository at this point
Copy the full SHA 94d08adView commit details -
Configuration menu - View commit details
-
Copy full SHA for b15eda0 - Browse repository at this point
Copy the full SHA b15eda0View commit details
Commits on Nov 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 45eb05a - Browse repository at this point
Copy the full SHA 45eb05aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d07d360 - Browse repository at this point
Copy the full SHA d07d360View commit details
Commits on Nov 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 080c001 - Browse repository at this point
Copy the full SHA 080c001View commit details
Commits on Nov 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0cfa1c8 - Browse repository at this point
Copy the full SHA 0cfa1c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7e124d - Browse repository at this point
Copy the full SHA a7e124dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ec9427 - Browse repository at this point
Copy the full SHA 8ec9427View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5697339 - Browse repository at this point
Copy the full SHA 5697339View commit details
Commits on Nov 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bb172e2 - Browse repository at this point
Copy the full SHA bb172e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 254b9c6 - Browse repository at this point
Copy the full SHA 254b9c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b6b035 - Browse repository at this point
Copy the full SHA 0b6b035View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e667d6 - Browse repository at this point
Copy the full SHA 6e667d6View commit details
Commits on Nov 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2a97898 - Browse repository at this point
Copy the full SHA 2a97898View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.