gobuffalo / plush

The powerful template system that Go needs
MIT License
900 stars 56 forks source link

Gracefully handle division by zero using ints & floats #183

Closed Mido-sys closed 4 months ago

Mido-sys commented 4 months ago

What is being done in this PR?

Fixes the issue #183. Return an error instead of a panic.