Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information