We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Plush Panics and throws an error when dividing the numerator with zero
10 / 0 results in panic: runtime error: integer divide by zerodividing
10 / 0
panic: runtime error: integer divide by zero
Details
Paste the output of `buffalo info` here!
The text was updated successfully, but these errors were encountered:
Hello @paganotoni, I sent a PR to fix the following issue.
Sorry, something went wrong.
Thank you @Mido-sys
No branches or pull requests
Description
Plush Panics and throws an error when dividing the numerator with zero
To Reproduce
10 / 0
results inpanic: runtime error: integer divide by zero
dividingAdditional Context
Details
The text was updated successfully, but these errors were encountered: