aymerick / raymond

Handlebars for golang
MIT License
610 stars 101 forks source link

Added methods to remove global partials #13

Closed kabukky closed 7 years ago

kabukky commented 7 years ago

First off, thank you very much for this great library!

I needed the ability to remove registered partials, since I'm live-reloading them once they are edited on disk. This is needed for productive template development IMO.

kabukky commented 7 years ago

I will close this as I've created a new pull request #16 that will merge from its own branch (not develop).