gobuffalo / plush

The powerful template system that Go needs
MIT License
895 stars 57 forks source link

Fix panic when accessing index out of range in a struct #185

Closed Mido-sys closed 1 month ago

Mido-sys commented 1 month ago

Fixes 184 out-of-range array access. If index is out of range then an error is returned.

Mido-sys commented 1 month ago

@paganotoni Please check.

paganotoni commented 1 month ago

Thanks for this one @Mido-sys