alvaroloes / enumer

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

Add support for -transform=space #58

Open utzc opened 4 years ago

utzc commented 4 years ago

This adds support for transforming the string representation to space case.

Please review the code @alvaroloes, thank you!