gobuffalo / plush

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

v5 #190

Closed paganotoni closed 1 month ago

paganotoni commented 1 month ago

What is being done in this PR?

This PR changes the structure of Plush to make it more compact and current.

What are the main choices made to get to this solution?

To reduce the number of dependencies Plush has, the user could add some helpers if needed but not default.

What was discovered while working on it? (Optional)

We could remove the dependency on testify.

paganotoni commented 1 month ago

@Mido-sys 👀