gobuffalo / plush

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

Panic when accessing an out of bound array in a struct #155

Closed Mido-sys closed 2 years ago

Mido-sys commented 2 years ago

Plush panics when accessing a nested array in a struct product_listing.Products[0].Name[0]

Mido-sys commented 2 years ago

@sio4 @paganotoni , I pushed a fix for the above.