alvaroloes / enumer

A Go tool to auto generate methods for your enums
Other
478 stars 111 forks source link

Wishlist: Add a -trimsuffix option #55

Open autarch opened 4 years ago

autarch commented 4 years ago

This would be useful for us and it seems like an obvious feature. I'm happy to work on a PR if this is something you'd like to add.

sgtsquiggs commented 4 years ago

I could see this being useful for myself as well. Please make it support multiple suffixes a la https://github.com/alvaroloes/enumer/pull/53