gobuffalo / plush

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

Improve func call error #95

Closed stanislas-m closed 5 years ago

stanislas-m commented 5 years ago

Instead of "line 1: could not convert struct { Name string } to Ident" it will now say "line 1: could not call form_for function: could not convert struct { Name string } to Ident".

This will give more context to the plush user and improve debugging.